mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-10-01 19:36:43 +02:00
feat: ai course pagination (#8329)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { AICourseListItem } from '../../queries/ai-course';
|
||||
import type { AICourseWithLessonCount } from '../../queries/ai-course';
|
||||
import type { DifficultyLevel } from './AICourse';
|
||||
import { BookOpen } from 'lucide-react';
|
||||
|
||||
type AICourseCardProps = {
|
||||
course: AICourseListItem;
|
||||
course: AICourseWithLessonCount;
|
||||
};
|
||||
|
||||
export function AICourseCard(props: AICourseCardProps) {
|
||||
|
Reference in New Issue
Block a user