more tauri stuff (#128)
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user