Skip to content

Commit

Permalink
import of link ddone
Browse files Browse the repository at this point in the history
  • Loading branch information
draunger committed Jun 23, 2024
1 parent 27145fe commit 6e10c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import Button from './library/button';
import './index.css';
import { useLocation, useNavigate } from 'react-router-dom';
import { useLocation, useNavigate,Link } from 'react-router-dom';
import { useAuth } from './contexts/AuthContext';
import { useModal } from './library/modal/ModalContext';

Expand Down

0 comments on commit 6e10c10

Please sign in to comment.