1
0
Fork 0

chore: Linter issues

This commit is contained in:
Joost De Cock 2023-07-28 20:41:24 +02:00
parent 2efba303d6
commit d1b9f8aea8
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
import { useState, useEffect } from 'react'
export const LoadingBar = ({ duration = 1000, color = 'primary' }) => {
const [started, setStarted] = useState(false)
useEffect(() => {