diff --git a/index.html b/index.html
index 030a6ff..e981c73 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,12 @@
-
+
Vite App
diff --git a/src/App.vue b/src/App.vue
index 11f448b..7d383fa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,9 +1,3 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Message.vue b/src/components/Message.vue
new file mode 100644
index 0000000..53a09d4
--- /dev/null
+++ b/src/components/Message.vue
@@ -0,0 +1,13 @@
+
+
+
+ {{ props.message }}
+
+
+
\ No newline at end of file
diff --git a/src/components/ProfileImage.vue b/src/components/ProfileImage.vue
new file mode 100644
index 0000000..a6bfd97
--- /dev/null
+++ b/src/components/ProfileImage.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
diff --git a/src/components/Timestamp.vue b/src/components/Timestamp.vue
new file mode 100644
index 0000000..15abd2d
--- /dev/null
+++ b/src/components/Timestamp.vue
@@ -0,0 +1,13 @@
+
+
+
+ {{ props.time }}
+
+
+
\ No newline at end of file
diff --git a/src/components/Tweet.vue b/src/components/Tweet.vue
index 75cd943..128a6cd 100644
--- a/src/components/Tweet.vue
+++ b/src/components/Tweet.vue
@@ -1,33 +1,30 @@
+
+