add magic ai features
This commit is contained in:
parent
137e4bc0c1
commit
8603e15c8f
17 changed files with 3977 additions and 1 deletions
9
uuid-browser-2-app/src/main.tsx
Normal file
9
uuid-browser-2-app/src/main.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import App from './App.tsx'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
</StrictMode>,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue