Skip to content

Commit 55e2318

Browse files
authored
chore: cleanup (#128)
1 parent 71dae9d commit 55e2318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/pages/ProjectPage.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useContext, useState } from "react";
1+
import React, { useContext } from "react";
22
import { useParams } from "react-router-dom";
33
import {
44
Box,
@@ -22,7 +22,6 @@ import {
2222
BreadcrumbItem,
2323
Flex,
2424
Icon,
25-
Progress,
2625
SimpleGrid,
2726
SkeletonText,
2827
Table,

0 commit comments

Comments
 (0)