File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/sections/Projects/Sistent/components/select Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ import { SistentLayout } from "../../sistent-layout";
88import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode" ;
99import {
1010 FormControl ,
11- FormHelperText ,
1211 InputLabel ,
1312 ListSubheader ,
1413 MenuItem ,
1514 OutlinedInput ,
1615 Select ,
17- } from "@mui/material" ;
16+ } from "@sistent/sistent" ;
17+ import { FormHelperText } from "@mui/material" ;
1818import SectionNav from "./section-nav" ;
1919import Header from "./header" ;
2020
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ import { Row } from "../../../../../reusecore/Layout";
33import { SistentThemeProvider } from "@sistent/sistent" ;
44import { SistentLayout } from "../../sistent-layout" ;
55import {
6- FormHelperText ,
76 FormControl ,
87 InputLabel ,
98 Select ,
109 MenuItem ,
1110 Grid ,
1211 ListSubheader ,
1312 OutlinedInput ,
14- } from "@mui/material" ;
13+ } from "@sistent/sistent" ;
14+ import { FormHelperText } from "@mui/material" ;
1515import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode" ;
1616import SectionNav from "./section-nav" ;
1717import Header from "./header" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 MenuItem ,
1111 Select ,
1212 OutlinedInput ,
13- } from "@mui/material " ;
13+ } from "@sistent/sistent " ;
1414import SectionNav from "./section-nav" ;
1515import Header from "./header" ;
1616
@@ -224,5 +224,4 @@ const SistentSelect = () => {
224224 ) ;
225225} ;
226226
227-
228227export default SistentSelect ;
You can’t perform that action at this time.
0 commit comments