ui #4

Closed
Nalvazhuthi wants to merge 8 commits from ui into main
2 changed files with 14 additions and 1 deletions
Showing only changes of commit 4549a5cae4 - Show all commits

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true,
".cache": true,
"retool.config.json": true
}
}

View File

@@ -2,7 +2,7 @@ import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './styles/main.scss'
import App from './App.tsx'
//Test
createRoot(document.getElementById('root')!).render(
<StrictMode>
<App />