File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/course/[course_id]/assignments/[assignment_id] Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { useClassProfiles } from "@/hooks/useClassProfiles";
11
11
import { useCourseController } from "@/hooks/useCourseController" ;
12
12
import { useTrackEvent } from "@/hooks/useTrackEvent" ;
13
13
import { useFindTableControllerValue , useListTableControllerValues } from "@/lib/TableController" ;
14
+ import { createClient } from "@/utils/supabase/client" ;
14
15
import {
15
16
Repository ,
16
17
SelfReviewSettings ,
@@ -22,10 +23,9 @@ import { TZDate } from "@date-fns/tz";
22
23
import { CrudFilter , useList } from "@refinedev/core" ;
23
24
import { differenceInDays , format , secondsToHours } from "date-fns" ;
24
25
import { useParams } from "next/navigation" ;
25
- import { useEffect , useMemo , useRef , useState } from "react" ;
26
+ import { useEffect , useMemo , useRef } from "react" ;
26
27
import { CommitHistoryDialog } from "./commitHistory" ;
27
28
import ManageGroupWidget from "./manageGroupWidget" ;
28
- import { createClient } from "@/utils/supabase/client" ;
29
29
30
30
export default function AssignmentPage ( ) {
31
31
const { course_id, assignment_id } = useParams ( ) ;
You can’t perform that action at this time.
0 commit comments