mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
more refactoring by feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import MarkdownDisplay from "@/components/MarkdownDisplay";
|
||||
import { Lecture } from "@/models/local/lecture";
|
||||
import { Lecture } from "@/features/local/lectures/lectureModel";
|
||||
|
||||
export default function LecturePreview({ lecture }: { lecture: Lecture }) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user