Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Nov 22, 2024
1 parent 509cc2d commit 9315739
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
import { useContext } from "react";
import LoadingScreen from "@components/admin/loading-screen";
import { checkPermission } from "@courselit/utils";
import {
AddressContext,
ProfileContext,
SiteInfoContext,
} from "@components/contexts";
import { AddressContext, ProfileContext } from "@components/contexts";
import { UIConstants } from "@courselit/common-models";
import DashboardContent from "@components/admin/dashboard-content";
import { SITE_SETTINGS_PAGE_HEADING } from "@ui-config/strings";
Expand All @@ -21,7 +17,6 @@ const ApikeyNew = dynamic(
const breadcrumbs = [{ label: SITE_SETTINGS_PAGE_HEADING, href: "#" }];

export default function Page() {
const siteinfo = useContext(SiteInfoContext);
const address = useContext(AddressContext);
const profile = useContext(ProfileContext);

Expand Down

0 comments on commit 9315739

Please sign in to comment.