Skip to content

Commit

Permalink
remove unneccessary file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurudeen38 committed Nov 8, 2022
1 parent b365f40 commit 0f4be1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/server/ServerDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Tabs from '@mui/material/Tabs';
import Tab from '@mui/material/Tab';
import PageHeader from 'common/PageHeader';
import useSocket from 'hooks/useSocket';
import { formatMetric } from 'utils/string';

export default function ServerDetail() {
const { host } = useParams<{ host: string }>();
Expand Down

0 comments on commit 0f4be1c

Please sign in to comment.