aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/i18n/en/sign-up/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/lib/i18n/en/sign-up/index.ts')
-rw-r--r--apps/kit/src/lib/i18n/en/sign-up/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/kit/src/lib/i18n/en/sign-up/index.ts b/apps/kit/src/lib/i18n/en/sign-up/index.ts
new file mode 100644
index 0000000..fa0c3d5
--- /dev/null
+++ b/apps/kit/src/lib/i18n/en/sign-up/index.ts
@@ -0,0 +1,6 @@
+import type { BaseTranslation } from "../../i18n-types"
+
+const en_sign_up: BaseTranslation = {
+}
+
+export default en_sign_up \ No newline at end of file