diff --git a/.gitignore b/.gitignore index 45e876d..d8f62f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules/ client/node_modules/ server/node_modules/ +__pycache__/ +*.pyc +*.pyo \ No newline at end of file diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx index 22f00d3..0b27dc3 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -1,31 +1,18 @@ -import React from 'react'; import { Link } from 'react-router-dom'; +import styles from './Navbar.module.css'; export default function Navbar() { return ( -