✅ Restauração do código oficial do GPI-JWT-V3
This commit is contained in:
7
src/client/main.tsx
Normal file
7
src/client/main.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import './index.css';
|
||||
import App from './App.tsx';
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<App />
|
||||
);
|
||||
Reference in New Issue
Block a user