6 lines
337 B
TypeScript
Executable File
6 lines
337 B
TypeScript
Executable File
// ─── Game Constants (Re-export) ───────────────────────────────────────────
|
|
// This file now re-exports from domain-specific files in the constants/ directory
|
|
// for better organization and maintainability.
|
|
|
|
export * from './constants/index';
|