This commit is contained in:
2025-03-20 10:16:11 +05:30
parent b9fa37cef8
commit 4549a5cae4
2 changed files with 14 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './styles/main.scss'
import App from './App.tsx'
//Test
createRoot(document.getElementById('root')!).render(
<StrictMode>
<App />