Skip to content

Commit 5c7d738

Browse files
author
Rajat
committed
Lint fix
1 parent ff5932e commit 5c7d738

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • apps/web/app/(with-contexts)/dashboard/(sidebar)/community/[id]/manage

apps/web/app/(with-contexts)/dashboard/(sidebar)/community/[id]/manage/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
"use client";
22

33
import DashboardContent from "@components/admin/dashboard-content";
4-
import {
5-
AddressContext,
6-
ProfileContext,
7-
} from "@components/contexts";
4+
import { AddressContext, ProfileContext } from "@components/contexts";
85
import {
96
COMMUNITY_HEADER,
107
COMMUNITY_SETTINGS,

0 commit comments

Comments
 (0)