title changed

This commit is contained in:
2025-06-08 18:55:17 +05:30
parent c04d25d376
commit b960e37624
2 changed files with 1 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App'
document.title = "DentalConnect - Patient Management System";
createRoot(document.getElementById('root')!).render(
<App />
)