diff --git a/src/App.vue b/src/App.vue
index 591a031..5f4f2c5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,26 +1,16 @@
+
+
-
-
+
-
-
+
+
\ No newline at end of file
diff --git a/src/components/DigitalClock.vue b/src/components/DigitalClock.vue
new file mode 100644
index 0000000..11e03ed
--- /dev/null
+++ b/src/components/DigitalClock.vue
@@ -0,0 +1,63 @@
+
+
+
+ Digital Clock
+
+
+
+
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index 01433bc..58cdcf4 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,4 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
-createApp(App).mount('#app')
+createApp(App).mount('#app')
\ No newline at end of file