summaryrefslogtreecommitdiff
path: root/lib/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants.ts')
-rw-r--r--lib/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/constants.ts b/lib/constants.ts
new file mode 100644
index 00000000..c95834ad
--- /dev/null
+++ b/lib/constants.ts
@@ -0,0 +1,3 @@
+export const unknownError = "An unknown error occurred. Please try again later."
+
+export const databasePrefix = "shadcn"