Minor comment reformatting

This commit is contained in:
NightKev 2025-06-07 23:45:18 -07:00
parent 77037bfb52
commit 9e1ed4932b

View File

@ -1,12 +1,11 @@
import type { PhaseConstructorMap } from "#app/phase-manager";
// Intentionally export the types of everything in phase-manager, as this file is meant to be the centralized
// type definitions for the phase system.
// Intentionally export the types of everything in phase-manager, as this file is meant to be
// the centralized place for type definitions for the phase system.
export type * from "#app/phase-manager";
/*
This file includes helpful types for the phase system.
It intentionally imports the phase constructor map from the phase manager (and re-exports it)
// This file includes helpful types for the phase system.
// It intentionally imports the phase constructor map from the phase manager (and re-exports it)
/**
* Map of phase names to constructors for said phase