+
+
+
\ No newline at end of file
diff --git a/src/components/video/RecentVideoList.vue b/src/components/video/RecentVideoList.vue
new file mode 100644
index 0000000..54c26e8
--- /dev/null
+++ b/src/components/video/RecentVideoList.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
Recent Videos
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/video/VideoInfo.vue b/src/components/video/VideoInfo.vue
new file mode 100644
index 0000000..bfe2957
--- /dev/null
+++ b/src/components/video/VideoInfo.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
Video Information
+
+
{{vInfo.title}}
+
{{vInfo.description}}
+
Transcoding Progress: {{vInfo.eta}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/video/VideoP.vue b/src/components/video/VideoP.vue
new file mode 100644
index 0000000..49f288c
--- /dev/null
+++ b/src/components/video/VideoP.vue
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
Video
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index 69782fb..911d82e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -14,9 +14,9 @@ Vue.use(BootstrapVue);
Vue.config.productionTip = false;
-import Video from './components/Video.vue';
-import Upload from './components/Upload.vue';
-import Home from './components/Home.vue';
+import Video from './pages/Video.vue';
+import Upload from './pages/Upload.vue';
+import Home from './pages/Home.vue';
import VueVideoPlayer from 'vue-video-player'
Vue.use(VueVideoPlayer);
diff --git a/src/components/Home.vue b/src/pages/Home.vue
similarity index 64%
rename from src/components/Home.vue
rename to src/pages/Home.vue
index 6167e7d..2f4bf18 100644
--- a/src/components/Home.vue
+++ b/src/pages/Home.vue
@@ -1,25 +1,15 @@
No videos found!
-
-
-
- {{ post.title }}
-
-
-
-
{{ post.description }}
- Watch
-
-
+
\ No newline at end of file
diff --git a/src/components/Upload.vue b/src/pages/Upload.vue
similarity index 100%
rename from src/components/Upload.vue
rename to src/pages/Upload.vue
diff --git a/src/pages/Video.vue b/src/pages/Video.vue
new file mode 100644
index 0000000..e735148
--- /dev/null
+++ b/src/pages/Video.vue
@@ -0,0 +1,109 @@
+
+