AnthoneoJ commited on
Commit
ea747f9
·
1 Parent(s): b1f36d8

Update src/App.jsx

Browse files
Files changed (1) hide show
  1. 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/Progress';
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