diff --git a/frontend/src/views/Authentication/LogoutView.vue b/frontend/src/views/Authentication/LogoutView.vue
index e69de29..956dc09 100644
--- a/frontend/src/views/Authentication/LogoutView.vue
+++ b/frontend/src/views/Authentication/LogoutView.vue
@@ -0,0 +1,3 @@
+
+ This will be logout page
+
\ No newline at end of file
diff --git a/frontend/src/views/Authentication/SignUpView.vue b/frontend/src/views/Authentication/SignUpView.vue
index e69de29..08d003c 100644
--- a/frontend/src/views/Authentication/SignUpView.vue
+++ b/frontend/src/views/Authentication/SignUpView.vue
@@ -0,0 +1,3 @@
+
+ This will be signup page
+
\ No newline at end of file