7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
/**
|
|
* Constants index file
|
|
* Re-exports all constants from the constants folder
|
|
*/
|
|
|
|
export * from './uiConstants';
|
|
export * from './coreConstants'; |