1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🐞 Fixed broken icon that crashed everything

This commit is contained in:
@uni-chiara 2021-05-22 11:28:17 +02:00
parent 1f2006c079
commit efe05351a2

View file

@ -1,6 +1,6 @@
import React from "react"
import BoxFull from "../base/BoxFull"
import { faClock } from "@fortawesome/free-solid-svg-icons"
import { faHashtag } from "@fortawesome/free-solid-svg-icons"
import useRepositoryViewer from "../../hooks/useRepositoryViewer"
import useStrings from "../../hooks/useStrings"
import { HashtagFilter } from "../../utils/Filter"