more tauri stuff (#128)

This commit is contained in:
Kurt Hutten
2023-06-19 10:16:45 +10:00
committed by GitHub
parent e7c1554129
commit 0858d32c1e
11 changed files with 363 additions and 18 deletions

View File

@ -1,4 +1,3 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import './index.css'
import { Auth } from './Auth'
@ -6,9 +5,7 @@ import reportWebVitals from './reportWebVitals'
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)
root.render(
<React.StrictMode>
<Auth />
</React.StrictMode>
<Auth />
)
// If you want to start measuring performance in your app, pass a function