diff --git a/src/app/[lang]/(auth)/loading.tsx b/src/app/[lang]/(auth)/loading.tsx new file mode 100644 index 0000000..9ce9d69 --- /dev/null +++ b/src/app/[lang]/(auth)/loading.tsx @@ -0,0 +1,17 @@ +export default function Loading() { + return ( +
+
+
+
+
+
+
+
+
+
+
+
+
+ ); +} diff --git a/src/app/[lang]/(marketing)/loading.tsx b/src/app/[lang]/(marketing)/loading.tsx new file mode 100644 index 0000000..2aabc01 --- /dev/null +++ b/src/app/[lang]/(marketing)/loading.tsx @@ -0,0 +1,17 @@ +export default function Loading() { + return ( +
+
+
+
+
+
+
+
+
+
+
+
+
+ ); +} diff --git a/src/app/[lang]/chatbot/loading.tsx b/src/app/[lang]/chatbot/loading.tsx new file mode 100644 index 0000000..d949e73 --- /dev/null +++ b/src/app/[lang]/chatbot/loading.tsx @@ -0,0 +1,21 @@ +export default function Loading() { + return ( +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ); +} diff --git a/src/app/[lang]/wizard/loading.tsx b/src/app/[lang]/wizard/loading.tsx new file mode 100644 index 0000000..457f3b3 --- /dev/null +++ b/src/app/[lang]/wizard/loading.tsx @@ -0,0 +1,21 @@ +export default function Loading() { + return ( +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ); +}