diff --git a/apps/portal/src/pages/offers/profile/[offerProfileId].tsx b/apps/portal/src/pages/offers/profile/[offerProfileId].tsx index 487e3d3d..b7baac84 100644 --- a/apps/portal/src/pages/offers/profile/[offerProfileId].tsx +++ b/apps/portal/src/pages/offers/profile/[offerProfileId].tsx @@ -12,10 +12,10 @@ import { } from '@heroicons/react/24/outline'; import { Button, Dialog, Tabs } from '@tih/ui'; -import { EducationBackgroundType } from '~/components/offers/profile/EducationCard'; import EducationCard from '~/components/offers/profile/EducationCard'; import OfferCard from '~/components/offers/profile/OfferCard'; import ProfilePhotoHolder from '~/components/offers/profile/ProfilePhotoHolder'; +import { EducationBackgroundType } from '~/components/offers/types'; export default function OfferProfile() { const [selectedTab, setSelectedTab] = useState('offers');