diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index c404b96..b4fde04 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -1,21 +1,13 @@
---
import Emoji from 'astro-emoji'
+import Navbar from './ui/Nav'
const { PageName } = Astro.props
---
-
+
-