Skip to content

Commit

Permalink
Issue #0000 chore: resolved build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aar-if committed Jul 19, 2024
1 parent d310cb6 commit 3b2e23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/centers/[cohortId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import { serverSideTranslations } from 'next-i18next/serverSideTranslations';
import { useRouter } from 'next/router';
import { useTheme } from '@mui/material/styles';
import { useTranslation } from 'next-i18next';
import CohortFacilitatorList from '@/components/CohortFacilitatorList';

const TeachingCenterDetails = () => {
const [value, setValue] = React.useState(1);
Expand Down

0 comments on commit 3b2e23f

Please sign in to comment.