mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 05:07:14 +01:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
import React from "react";
|
|
|
|
export default function Nav() {
|
|
return <nav>Nav</nav>;
|
|
}
|