Skip to content

Commit

Permalink
Merge pull request #28 from Aar-if/facilitatorDelete
Browse files Browse the repository at this point in the history
Issue #0000 chore: resolved build issue
  • Loading branch information
itsvick authored Jul 19, 2024
2 parents d310cb6 + 3b2e23f commit b0973f1
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 b0973f1

Please sign in to comment.