Skip to content

Commit

Permalink
chore: cleanup (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 authored Aug 23, 2024
1 parent 71dae9d commit 55e2318
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/pages/ProjectPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useContext, useState } from "react";
import React, { useContext } from "react";
import { useParams } from "react-router-dom";
import {
Box,
Expand All @@ -22,7 +22,6 @@ import {
BreadcrumbItem,
Flex,
Icon,
Progress,
SimpleGrid,
SkeletonText,
Table,
Expand Down

0 comments on commit 55e2318

Please sign in to comment.