From c114c8c1d8fd0cd9ed1a253f628b739cf4bd6b4f Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 9 Nov 2025 17:23:53 +0100 Subject: [PATCH] feat: restructure components folder --- app/app.vue | 6 +----- app/components/{screen => }/Background.vue | 0 app/components/{screen => }/Screen.vue | 0 app/components/{screen => }/Stats.vue | 0 4 files changed, 1 insertion(+), 5 deletions(-) rename app/components/{screen => }/Background.vue (100%) rename app/components/{screen => }/Screen.vue (100%) rename app/components/{screen => }/Stats.vue (100%) diff --git a/app/app.vue b/app/app.vue index dd50313..e333d39 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,12 +1,8 @@ - - diff --git a/app/components/screen/Background.vue b/app/components/Background.vue similarity index 100% rename from app/components/screen/Background.vue rename to app/components/Background.vue diff --git a/app/components/screen/Screen.vue b/app/components/Screen.vue similarity index 100% rename from app/components/screen/Screen.vue rename to app/components/Screen.vue diff --git a/app/components/screen/Stats.vue b/app/components/Stats.vue similarity index 100% rename from app/components/screen/Stats.vue rename to app/components/Stats.vue