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:
parent
a506a07588
commit
53cf1ea9bf
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { useCallback, useContext, useMemo, useState } from "react"
|
||||
import React, { useCallback, useContext, useState } from "react"
|
||||
import ContextRepositoryEditor from "../../contexts/ContextRepositoryEditor"
|
||||
import useArrayState from "../../hooks/useArrayState"
|
||||
import Style from "./RepositoryEditor.module.css"
|
||||
|
@ -10,9 +10,7 @@ import BoxConditions from "../interactive/BoxConditions"
|
|||
import BoxRepositoryCreate from "../interactive/BoxRepositoryCreate"
|
||||
import classNames from "classnames"
|
||||
import ContextUser from "../../contexts/ContextUser"
|
||||
import useBackend from "../../hooks/useBackend"
|
||||
import { Condition } from "../../objects/Condition"
|
||||
import useBackendResource from "../../hooks/useBackendResource"
|
||||
import useBackendViewset from "../../hooks/useBackendViewset"
|
||||
import { Redirect } from "react-router"
|
||||
|
||||
|
|
Loading…
Reference in a new issue