diff --git a/app.vue b/app.vue index f5f6072..45b8b33 100644 --- a/app.vue +++ b/app.vue @@ -1,114 +1,12 @@ @@ -117,7 +15,7 @@ onNuxtReady(() => { :theme="theme" > @@ -137,59 +35,17 @@ onNuxtReady(() => { - -
- - - {{ conversation.from }} - - - - - - -
-
- - -
- -
- - -
-
- {{ new Date().getFullYear() }} — {{ runtimeConfig.public.appName }} -
-
- - {{ snackbarText }} + - - + {{ runtimeConfig.public.appName }} + + + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue new file mode 100644 index 0000000..b3d8b3c --- /dev/null +++ b/pages/index.vue @@ -0,0 +1,159 @@ + + + \ No newline at end of file