mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2026-07-31 15:49:04 +02: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