theme applied

This commit is contained in:
2025-09-12 01:07:55 +05:30
parent 743691b61d
commit 073c156a3b
2 changed files with 136 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import { createRoot } from 'react-dom/client'
import './index.css'
import './theme-init'
import App from './App'
createRoot(document.getElementById('root')!).render(