From 7172cc4105c37728dad0d1a2b4dcfd8127d95a09 Mon Sep 17 00:00:00 2001 From: Ai Ling Date: Mon, 10 Oct 2022 13:18:54 +0800 Subject: [PATCH] [offers][fix] fix import error --- apps/portal/src/pages/offers/profile/[offerProfileId].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');