Correcoes

This commit is contained in:
Lucas Santana 2024-12-19 18:58:34 -03:00
parent 067d947da6
commit b213483fb7

View File

@ -1,7 +1,7 @@
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import { RouterProvider } from 'react-router-dom';
import { router } from './routes.tsx';
import { router } from './routes';
import './index.css';
createRoot(document.getElementById('root')!).render(