Skip to content

Instantly share code, notes, and snippets.

@putrikarunia
Created September 8, 2020 07:56
Show Gist options
  • Save putrikarunia/e236f494e12b09997724a1d05c441300 to your computer and use it in GitHub Desktop.
Save putrikarunia/e236f494e12b09997724a1d05c441300 to your computer and use it in GitHub Desktop.
import Navbar from "../components/Navbar";
export default function Dashboard() {
...
return (
<>
<Navbar /> // Add the navbar
<div className={styles.container}>...</div>
</>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment