diff --git a/src/components/Label.vue b/src/components/InputLabel.vue similarity index 100% rename from src/components/Label.vue rename to src/components/InputLabel.vue diff --git a/src/components/Input.vue b/src/components/TextInput.vue similarity index 100% rename from src/components/Input.vue rename to src/components/TextInput.vue diff --git a/src/layouts/Authenticated.vue b/src/layouts/AuthenticatedLayout.vue similarity index 89% rename from src/layouts/Authenticated.vue rename to src/layouts/AuthenticatedLayout.vue index f6035844..15dbb319 100644 --- a/src/layouts/Authenticated.vue +++ b/src/layouts/AuthenticatedLayout.vue @@ -1,11 +1,11 @@