1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

🧹 Remove unused imports

This commit is contained in:
Stefano Pigozzi 2021-04-24 01:02:48 +02:00
parent 10d5101be6
commit d565f4c5b6
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -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"