5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
// Shared Constants - Export all
|
|
export * from "./colors";
|
|
export * from "./config";
|
|
|