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