Skip to content

Commit 4cee5d0

Browse files
committed
🧹
1 parent 99e33e5 commit 4cee5d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/modules/dashboard/DashboardProvider.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import {
2-
createContext,
3-
type FC,
4-
type PropsWithChildren,
5-
useState,
6-
} from "react";
1+
import { createContext, type FC, type PropsWithChildren } from "react";
72
import { useQuery } from "react-query";
83
import { appearance } from "api/queries/appearance";
94
import { entitlements } from "api/queries/entitlements";

0 commit comments

Comments
 (0)