mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +00:00
🧹 Remove unused imports
This commit is contained in:
parent
e2c32ad9c3
commit
bae0d9b5a5
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
|||
import React, { useContext } from "react"
|
||||
import Style from "./BadgeCondition.module.css"
|
||||
import classNames from "classnames"
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
|
||||
import ButtonSmallX from "../base/ButtonSmallX"
|
||||
import { faAt, faClock, faGlobe, faHashtag, faMapPin } from "@fortawesome/free-solid-svg-icons"
|
||||
import ContextRepositoryEditor from "../../contexts/ContextRepositoryEditor"
|
||||
import Badge from "../base/Badge"
|
||||
|
|
Loading…
Reference in a new issue