diff --git a/app.config.ts b/app/app.config.ts similarity index 100% rename from app.config.ts rename to app/app.config.ts diff --git a/app.vue b/app/app.vue similarity index 100% rename from app.vue rename to app/app.vue diff --git a/assets/css/tailwind.css b/app/assets/css/tailwind.css similarity index 100% rename from assets/css/tailwind.css rename to app/assets/css/tailwind.css diff --git a/assets/images/404.svg b/app/assets/images/404.svg similarity index 100% rename from assets/images/404.svg rename to app/assets/images/404.svg diff --git a/assets/images/cloudflare.png b/app/assets/images/cloudflare.png similarity index 100% rename from assets/images/cloudflare.png rename to app/assets/images/cloudflare.png diff --git a/assets/images/hero.svg b/app/assets/images/hero.svg similarity index 100% rename from assets/images/hero.svg rename to app/assets/images/hero.svg diff --git a/assets/images/nuxtjs.png b/app/assets/images/nuxtjs.png similarity index 100% rename from assets/images/nuxtjs.png rename to app/assets/images/nuxtjs.png diff --git a/components/SwitchLanguage.vue b/app/components/SwitchLanguage.vue similarity index 100% rename from components/SwitchLanguage.vue rename to app/components/SwitchLanguage.vue diff --git a/components/SwitchTheme.vue b/app/components/SwitchTheme.vue similarity index 100% rename from components/SwitchTheme.vue rename to app/components/SwitchTheme.vue diff --git a/components/dashboard/Breadcrumb.vue b/app/components/dashboard/Breadcrumb.vue similarity index 100% rename from components/dashboard/Breadcrumb.vue rename to app/components/dashboard/Breadcrumb.vue diff --git a/components/dashboard/Counters.vue b/app/components/dashboard/Counters.vue similarity index 100% rename from components/dashboard/Counters.vue rename to app/components/dashboard/Counters.vue diff --git a/components/dashboard/DatePicker.vue b/app/components/dashboard/DatePicker.vue similarity index 100% rename from components/dashboard/DatePicker.vue rename to app/components/dashboard/DatePicker.vue diff --git a/components/dashboard/Filters.vue b/app/components/dashboard/Filters.vue similarity index 100% rename from components/dashboard/Filters.vue rename to app/components/dashboard/Filters.vue diff --git a/components/dashboard/Index.vue b/app/components/dashboard/Index.vue similarity index 100% rename from components/dashboard/Index.vue rename to app/components/dashboard/Index.vue diff --git a/components/dashboard/Logout.vue b/app/components/dashboard/Logout.vue similarity index 100% rename from components/dashboard/Logout.vue rename to app/components/dashboard/Logout.vue diff --git a/components/dashboard/Nav.vue b/app/components/dashboard/Nav.vue similarity index 100% rename from components/dashboard/Nav.vue rename to app/components/dashboard/Nav.vue diff --git a/components/dashboard/Views.vue b/app/components/dashboard/Views.vue similarity index 100% rename from components/dashboard/Views.vue rename to app/components/dashboard/Views.vue diff --git a/components/dashboard/links/Delete.vue b/app/components/dashboard/links/Delete.vue similarity index 100% rename from components/dashboard/links/Delete.vue rename to app/components/dashboard/links/Delete.vue diff --git a/components/dashboard/links/Editor.vue b/app/components/dashboard/links/Editor.vue similarity index 98% rename from components/dashboard/links/Editor.vue rename to app/components/dashboard/links/Editor.vue index 90113d7e..a8735a1d 100644 --- a/components/dashboard/links/Editor.vue +++ b/app/components/dashboard/links/Editor.vue @@ -1,6 +1,6 @@