chore: Linter issues
This commit is contained in:
parent
2efba303d6
commit
d1b9f8aea8
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
import { useState, useEffect } from 'react'
|
||||
|
||||
export const LoadingBar = ({ duration = 1000, color = 'primary' }) => {
|
||||
const [started, setStarted] = useState(false)
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue