Skip to content

Commit 871c892

Browse files
author
Rajat Saxena
committed
Lint fixes
1 parent 8db4f60 commit 871c892

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

apps/web/app/(with-contexts)/dashboard4/(sidebar)/communities/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import LoadingScreen from "@components/admin/loading-screen";
55
import { ProfileContext } from "@components/contexts";
66
import { UIConstants } from "@courselit/common-models";
77
import { 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";
119
import { useContext } from "react";
1210
import List from "./list";
1311
const { permissions } = UIConstants;

apps/web/app/(with-contexts)/dashboard4/(sidebar)/community/[id]/manage/reports/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import {
2-
COMMUNITY_REPORTS_HEADER,
3-
} from "@ui-config/strings";
1+
import { COMMUNITY_REPORTS_HEADER } from "@ui-config/strings";
42
import type { Metadata, ResolvingMetadata } from "next";
53
import { ReactNode } from "react";
64

apps/web/app/(with-contexts)/dashboard4/(sidebar)/community/[id]/manage/reports/reports-table.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

3634
const itemsPerPage = 10;
3735

0 commit comments

Comments
 (0)