Skip to content

Commit 4d9ec85

Browse files
committed
:|
1 parent c0f602d commit 4d9ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/dashboard/DashboardProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import type {
1111
import { ErrorAlert } from "components/Alert/ErrorAlert";
1212
import { Loader } from "components/Loader/Loader";
1313
import { useAuthenticated } from "contexts/auth/RequireAuth";
14-
import { canViewAnyOrganization } from "modules/permissions";
1514
import { useEmbeddedMetadata } from "hooks/useEmbeddedMetadata";
15+
import { canViewAnyOrganization } from "modules/permissions";
1616
import { type FC, type PropsWithChildren, createContext } from "react";
1717
import { useQuery } from "react-query";
1818
import { selectFeatureVisibility } from "./entitlements";

0 commit comments

Comments
 (0)