diff options
author | polwex <polwex@sortug.com> | 2025-07-16 07:55:57 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 07:55:57 +0700 |
commit | e2e14e414de25904d791b503d2852c68b3ac9415 (patch) | |
tree | 051b3b0dbaa6252d9a1687d29b401d079dbafb6b /constants/index.ts | |
parent | a528bd94a6e8e25010ae26a305550b211df0ddc6 (diff) |
Diffstat (limited to 'constants/index.ts')
-rw-r--r-- | constants/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/index.ts b/constants/index.ts new file mode 100644 index 0000000..ad2c758 --- /dev/null +++ b/constants/index.ts @@ -0,0 +1,5 @@ +export * from "./contracts"; +export * from "./constants"; +export * from "./colors"; +export * from "./config"; +export * from "./routes"; |