inititated shadcn

This commit is contained in:
ManishMadan2882
2024-02-19 04:14:09 +05:30
parent 8cc5e9db13
commit 63878e7ffd
31 changed files with 3159 additions and 3181 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App'
import App from './App.tsx'
import './index.css'
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
</React.StrictMode>,