Skip to content

Commit

Permalink
chore: remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jan 8, 2024
1 parent e91ae37 commit 2234b87
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 115 deletions.
1 change: 0 additions & 1 deletion src/components/ProjectDeployments/ProjectDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { useForm } from 'antd/es/form/Form';
import dayjs from 'dayjs';

import { NewDeployment } from '../../models';
// import { Table, TableBody, TableCell, TableHead, TableRow } from '../Table';
import { Copy } from '..';
import styles from './ProjectDeployments.module.less';

Expand Down
56 changes: 0 additions & 56 deletions src/components/Table/Table.module.css

This file was deleted.

57 changes: 0 additions & 57 deletions src/components/Table/Table.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Table/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright 2020-2022 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: Apache-2.0

export * from './Table';
export * from './AntDTable';

0 comments on commit 2234b87

Please sign in to comment.