From cfcbcc96a76ccaf35a12291aa1d774a6b217085b Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 6 May 2022 07:28:49 +0200 Subject: [PATCH] add component Auth/MobileStart.vue --- frontend/src/components/Auth/MobileStart.vue | 128 +++++++++++++++++++ frontend/src/layouts/AuthLayout_gdd.vue | 125 +----------------- 2 files changed, 135 insertions(+), 118 deletions(-) create mode 100644 frontend/src/components/Auth/MobileStart.vue diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue new file mode 100644 index 000000000..87c1645cb --- /dev/null +++ b/frontend/src/components/Auth/MobileStart.vue @@ -0,0 +1,128 @@ + + + diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index c96bc209d..0bc714251 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -1,44 +1,6 @@