diff options
Diffstat (limited to 'src/constants/index.ts')
| -rw-r--r-- | src/constants/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants/index.ts b/src/constants/index.ts new file mode 100644 index 0000000..d396519 --- /dev/null +++ b/src/constants/index.ts @@ -0,0 +1,3 @@ +export { playTimes } from "./playTimes"; +export { songs } from "./songs"; +export { theme } from "./theme"; |
