diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 2f88d12a..18376f1d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,16 +1,14 @@ + + \ No newline at end of file diff --git a/frontend/src/layouts/AppLayout.vue b/frontend/src/layouts/AppLayout.vue new file mode 100644 index 00000000..628f8fbf --- /dev/null +++ b/frontend/src/layouts/AppLayout.vue @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue new file mode 100644 index 00000000..dbe102a6 --- /dev/null +++ b/frontend/src/views/HomeView.vue @@ -0,0 +1,1012 @@ + + + + + \ No newline at end of file