Skip to content

Commit 2bcdb53

Browse files
committed
#3875 fix lint
1 parent e161c0f commit 2bcdb53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/frontend/src/pages/ProjectManagementPage/ProjectManagementPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { Grid } from '@mui/material';
2-
import { GuestDefinition, GuestDefinitionType } from 'shared';
2+
import { GuestDefinitionType } from 'shared';
33
import PageLayout from '../../components/PageLayout';
44
import ProjectManagementCard from './ProjectManagementCard';
55
import { useAllGuestDefinitions } from '../../hooks/recruitment.hooks';
66
import LoadingIndicator from '../../components/LoadingIndicator';
77
import ErrorPage from '../ErrorPage';
88

99
const ProjectManagementPage: React.FC = () => {
10-
// replace when hook is ready
1110
const { data: definitions, isLoading, isError, error } = useAllGuestDefinitions();
1211

1312
if (isError) {

0 commit comments

Comments
 (0)