1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 12:07:27 +00:00

🧹 Remove unused imports

This commit is contained in:
Steffo 2021-05-20 15:38:50 +02:00
parent aaaf8ad1b7
commit eebedebe5e
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,7 +1,6 @@
import React, { useRef } from "react"
import React from "react"
import BoxFull from "./BoxFull"
import ChartComponent from "react-chartjs-2"
import Loading from "./Loading"
export default function BoxChart({chartProps, ...props}) {