mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
🧹 Remove unused imports
This commit is contained in:
parent
aaaf8ad1b7
commit
eebedebe5e
1 changed files with 1 additions and 2 deletions
|
@ -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}) {
|
||||
|
|
Loading…
Reference in a new issue