diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 134eb4c..66c51aa 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -1,22 +1,24 @@ // Navbar.js -import React from 'react'; +import React from "react"; import styles from "./styles/Navbar.module.css"; export default function Navbar() { return ( -