Initial commit
Dieser Commit ist enthalten in:
10
admin-panel/src/main.tsx
Normale Datei
10
admin-panel/src/main.tsx
Normale Datei
@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import App from './App'
|
||||
import './styles/index.css'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
)
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren