diff --git a/index.html b/index.html
index 030a6ff..1e50f0e 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,12 @@
+
diff --git a/src/App.vue b/src/App.vue
index 11f448b..a47fa0b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,12 +1,13 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Message.vue b/src/components/Message.vue
new file mode 100644
index 0000000..683746f
--- /dev/null
+++ b/src/components/Message.vue
@@ -0,0 +1,12 @@
+
+
+
+
+ {{ props.message }}
+
+
+
diff --git a/src/components/ProfileImage.vue b/src/components/ProfileImage.vue
new file mode 100644
index 0000000..8446346
--- /dev/null
+++ b/src/components/ProfileImage.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/TimeStamp.vue b/src/components/TimeStamp.vue
new file mode 100644
index 0000000..d367417
--- /dev/null
+++ b/src/components/TimeStamp.vue
@@ -0,0 +1,12 @@
+
+
+
+
+ {{ props.timestamp }}
+
+
+
\ No newline at end of file
diff --git a/src/components/Tweet.vue b/src/components/Tweet.vue
index 75cd943..86e5b1f 100644
--- a/src/components/Tweet.vue
+++ b/src/components/Tweet.vue
@@ -1,33 +1,29 @@
+
+