From 963260dd2acfa5a6bd5c0bef92f489565e3d7f76 Mon Sep 17 00:00:00 2001 From: Triston Date: Sun, 7 Apr 2024 11:49:56 -0500 Subject: [PATCH] (feat): abstract navigation --- src/components/navigation/index.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/components/navigation/index.tsx diff --git a/src/components/navigation/index.tsx b/src/components/navigation/index.tsx new file mode 100644 index 0000000..ad10f56 --- /dev/null +++ b/src/components/navigation/index.tsx @@ -0,0 +1,18 @@ +export function Navigation() { + return ( + + ) +}