Parking Finder
The Parking Finder system is a smart parking solution designed to help drivers efficiently locate available
Loading...
Searching...
No Matches
main.jsx
1
import { StrictMode } from 'react'
2
import { createRoot } from 'react-dom/client'
3
import './index.css'
4
import App from './App.jsx'
5
6
createRoot(document.getElementById('root')).render(
7
<StrictMode>
8
<App />
9
</StrictMode>,
10
)
src
Dashboard
src
main.jsx
Generated by
1.16.1