Skip to content

Commit

Permalink
Issue #PS-2546 bug: deleted old cour planner detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarnakale committed Nov 27, 2024
1 parent d3f4516 commit 81b7933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 794 deletions.
2 changes: 1 addition & 1 deletion src/components/SessionCardFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { EventStatus } from '@/utils/app.constant';
import { useDirection } from '../hooks/useDirection';
import { useRouter } from 'next/router';
import { fetchBulkContents } from '@/services/PlayerService';
import { IResource } from '@/pages/course-planner-detail-old';
import { IResource } from '@/pages/course-planner/center/[cohortId]';

const SessionCardFooter: React.FC<SessionCardFooterProps> = ({
item,
Expand Down
Loading

0 comments on commit 81b7933

Please sign in to comment.