mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
sidebar nav
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React from "react";
|
||||
import styles from "../styles/Nav.module.scss";
|
||||
|
||||
export default function Nav() {
|
||||
return <nav>Nav</nav>;
|
||||
return <nav className={styles.nav}>Nav</nav>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user