mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02:00
feat: tools normalized
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import 'tailwindcss/tailwind.css'
|
||||
import App from 'components/App'
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import 'tailwindcss/tailwind.css';
|
||||
import App from 'components/App';
|
||||
|
||||
const container = document.getElementById('root') as HTMLDivElement
|
||||
const root = createRoot(container)
|
||||
const container = document.getElementById('root') as HTMLDivElement;
|
||||
const root = createRoot(container);
|
||||
|
||||
root.render(<App />)
|
||||
root.render(<App />);
|
||||
|
Reference in New Issue
Block a user