File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 22 import { get } from ' svelte/store' ;
33 import { Button , Tabs } from ' svelte-5-ui-lib' ;
44
5- import HeadingOne from ' $lib/components/HeadingOne.svelte' ;
6- import TabItemWrapper from ' $lib/components/TabItemWrapper.svelte' ;
7- import { activeWorkbookTabStore } from ' $lib/stores/active_workbook_tab' ;
8- import WorkBookList from ' $lib/components/WorkBooks/WorkBookList.svelte' ;
9- import { calcGradeMode } from ' $lib/utils/task' ;
10- import { type Task , TaskGrade , type TaskGrades } from ' $lib/types/task' ;
11- import type { TaskResult , TaskResults } from ' $lib/types/task' ;
5+ import { Roles } from ' $lib/types/user' ;
6+ import {
7+ type Task ,
8+ TaskGrade ,
9+ type TaskGrades ,
10+ type TaskResult ,
11+ type TaskResults ,
12+ } from ' $lib/types/task' ;
1213 import {
1314 type WorkbookList ,
1415 type WorkbooksList ,
1516 type WorkBookTaskBase ,
1617 WorkBookType ,
1718 } from ' $lib/types/workbook' ;
18- import { Roles } from ' $lib/types/user' ;
19+
20+ import { activeWorkbookTabStore } from ' $lib/stores/active_workbook_tab' ;
21+
22+ import HeadingOne from ' $lib/components/HeadingOne.svelte' ;
23+ import TabItemWrapper from ' $lib/components/TabItemWrapper.svelte' ;
24+ import WorkBookList from ' $lib/components/WorkBooks/WorkBookList.svelte' ;
25+
26+ import { calcGradeMode } from ' $lib/utils/task' ;
1927 import { canViewWorkBook } from ' $lib/utils/workbooks' ;
2028
2129 let { data } = $props ();
You can’t perform that action at this time.
0 commit comments