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 ( + + ) +}