File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
course-matrix/frontend/src/pages/Home Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11import { Button } from "@/components/ui/button" ;
22import {
33 Dialog ,
4- DialogTrigger ,
54 DialogContent ,
6- DialogHeader ,
75 DialogFooter ,
86 DialogTitle ,
9- DialogDescription ,
107 DialogClose ,
118} from "@/components/ui/dialog" ;
129import { Pin } from "lucide-react" ;
1310import TimetableCard from "./TimetableCard" ;
1411import TimetableCreateNewButton from "./TimetableCreateNewButton" ;
1512import { useGetTimetablesQuery } from "../../api/timetableApiSlice" ;
16- import { Timetable } from "@/utils/type-utils" ;
1713import { TimetableCompareButton } from "./TimetableCompareButton" ;
1814import { useState } from "react" ;
1915import TimetableErrorDialog from "../TimetableBuilder/TimetableErrorDialog" ;
@@ -163,7 +159,7 @@ const Home = () => {
163159 </ Button >
164160 </ div >
165161 < div className = "flex gap-2" >
166- < TimetableCompareButton timetables = { data } />
162+ < TimetableCompareButton timetables = { myTimetablesData } />
167163 < TimetableCreateNewButton />
168164 </ div >
169165 </ div >
You can’t perform that action at this time.
0 commit comments