mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
🧹 Remove unused imports
This commit is contained in:
parent
10d5101be6
commit
d565f4c5b6
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
import {useState} from "react"
|
|
||||||
import classNames from "classnames"
|
import classNames from "classnames"
|
||||||
import Style from "./App.module.css"
|
import Style from "./App.module.css"
|
||||||
import Layout from "./components/Layout"
|
import Layout from "./components/Layout"
|
||||||
|
|
|
@ -3,7 +3,6 @@ import Style from "./PageSettings.module.css"
|
||||||
import classNames from "classnames"
|
import classNames from "classnames"
|
||||||
import BoxHeader from "../components/BoxHeader"
|
import BoxHeader from "../components/BoxHeader"
|
||||||
import BoxFull from "../components/BoxFull"
|
import BoxFull from "../components/BoxFull"
|
||||||
import Select from "../components/Select"
|
|
||||||
import SelectTheme from "../components/SelectTheme"
|
import SelectTheme from "../components/SelectTheme"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue