You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
151 B

1 year ago
  1. import './App.css'
  2. import { RootProvider } from './routes.tsx'
  3. function App() {
  4. return (
  5. <RootProvider/>
  6. )
  7. }
  8. export default App