generated from lucien/api-template
fix: removed unsed imports
This commit is contained in:
parent
42e6acd9ca
commit
1a36ec7022
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import { useState, useEffect } from "react";
|
||||
import { Link, useNavigate } from "react-router-dom";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { User } from "../types";
|
||||
import axios from "axios";
|
||||
import TopBar from "../components/TopBar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue