first commit
This commit is contained in:
9
apps/Frontend/src/main.tsx
Normal file
9
apps/Frontend/src/main.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
|
||||
document.title = "DentalConnect - Patient Management System";
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<App />
|
||||
)
|
||||
Reference in New Issue
Block a user