We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6178901 commit b076872Copy full SHA for b076872
dashi/src/app/PanelsControl.tsx
@@ -1,8 +1,8 @@
1
+import { Checkbox, FormControlLabel, FormGroup } from "@mui/material";
2
+
3
import useAppStore from "../store/appStore";
4
import { hidePanel } from "../actions/hidePanel";
5
import { showPanel } from "../actions/showPanel";
-import { Checkbox, FormControlLabel, FormGroup } from "@mui/material";
-
6
import { ContribPoint } from "../model/extension";
7
8
const contribPoint: ContribPoint = "panels";
0 commit comments