Removed all third party requests
This commit is contained in:
parent
c23ba06f98
commit
f8997272fe
5 changed files with 5 additions and 9 deletions
|
@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react';
|
|||
import { Button } from './Button';
|
||||
import { Link } from 'react-router-dom';
|
||||
import './Navbar.css';
|
||||
import '@fortawesome/fontawesome-free/css/all.css'
|
||||
|
||||
function Navbar() {
|
||||
const [click, setClick] = useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue