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..d9a4bcf 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -1,31 +1,17 @@ -import React from 'react'; -import { Link } from 'react-router-dom'; +import { Link } from "react-router-dom"; export default function Navbar() { return ( -