diff --git a/src/@types/phase-types.ts b/src/@types/phase-types.ts index 6d9d37a7474..1d68c7921dd 100644 --- a/src/@types/phase-types.ts +++ b/src/@types/phase-types.ts @@ -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