Spaces:
Runtime error
Runtime error
Update src/App.jsx
Browse files- src/App.jsx +1 -1
src/App.jsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
// Remember to import the relevant hooks
|
2 |
import { useEffect, useRef, useState } from 'react'
|
3 |
-
import Progress from './components/
|
4 |
|
5 |
import './App.css'
|
6 |
|
|
|
1 |
// Remember to import the relevant hooks
|
2 |
import { useEffect, useRef, useState } from 'react'
|
3 |
+
import Progress from './components/progress.jsx';
|
4 |
|
5 |
import './App.css'
|
6 |
|