Skip to content

Commit b076872

Browse files
formanb-yogesh
andauthored
Update dashi/src/app/PanelsControl.tsx
Co-authored-by: yogeshkumar94 <[email protected]>
1 parent 6178901 commit b076872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashi/src/app/PanelsControl.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import { Checkbox, FormControlLabel, FormGroup } from "@mui/material";
2+
13
import useAppStore from "../store/appStore";
24
import { hidePanel } from "../actions/hidePanel";
35
import { showPanel } from "../actions/showPanel";
4-
import { Checkbox, FormControlLabel, FormGroup } from "@mui/material";
5-
66
import { ContribPoint } from "../model/extension";
77

88
const contribPoint: ContribPoint = "panels";

0 commit comments

Comments
 (0)