File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ import LoadingScreen from "@components/admin/loading-screen";
55import { ProfileContext } from "@components/contexts" ;
66import { UIConstants } from "@courselit/common-models" ;
77import { checkPermission } from "@courselit/utils" ;
8- import {
9- MANAGE_COMMUNITIES_PAGE_HEADING ,
10- } from "@ui-config/strings" ;
8+ import { MANAGE_COMMUNITIES_PAGE_HEADING } from "@ui-config/strings" ;
119import { useContext } from "react" ;
1210import List from "./list" ;
1311const { permissions } = UIConstants ;
Original file line number Diff line number Diff line change 1- import {
2- COMMUNITY_REPORTS_HEADER ,
3- } from "@ui-config/strings" ;
1+ import { COMMUNITY_REPORTS_HEADER } from "@ui-config/strings" ;
42import type { Metadata , ResolvingMetadata } from "next" ;
53import { ReactNode } from "react" ;
64
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ import {
2929 CommunityReportStatus ,
3030 Constants ,
3131} from "@courselit/common-models" ;
32- import {
33- getNextStatusForCommunityReport ,
34- } from "@ui-lib/utils" ;
32+ import { getNextStatusForCommunityReport } from "@ui-lib/utils" ;
3533
3634const itemsPerPage = 10 ;
3735
You can’t perform that action at this time.
0 commit comments