Files
KGStudio/src/constants/index.ts
T
2025-08-11 18:37:21 -07:00

7 lines
151 B
TypeScript

/**
* Constants index file
* Re-exports all constants from the constants folder
*/
export * from './uiConstants';
export * from './coreConstants';