Feat/setup router and theme #43
Annotations
10 errors and 6 warnings
src/App.tsx#L1
Replace `"react"` with `'react'`
|
src/App.tsx#L2
Replace `"./App.css"` with `'./App.css'`
|
src/App.tsx#L3
Replace `"react-router-dom"` with `'react-router-dom'`
|
src/App.tsx#L4
Replace `"./router"` with `'./router'`
|
src/App.tsx#L8
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
src/components/layouts/SidebarApp.tsx#L6
Delete `··`
|
src/components/layouts/SidebarApp.tsx#L7
Delete `····`
|
src/components/layouts/SidebarApp.tsx#L8
Delete `······`
|
src/components/layouts/SidebarApp.tsx#L9
Replace `········variant='permanent'` with `variant="permanent"`
|
src/components/layouts/SidebarApp.tsx#L10
Delete `········`
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/components/layouts/SidebarApp.tsx#L3
Missing file extension for "@/libs/constants"
|
src/layouts/DefaultLayout.tsx#L4
Missing file extension for "@/components/layouts/SidebarApp"
|
src/main.tsx#L3
`./App` import should occur after import of `@mui/material/CssBaseline`
|
src/router/index.tsx#L3
Missing file extension for "@/pages/Dashboard"
|
src/router/index.tsx#L4
Missing file extension for "@/layouts/DefaultLayout"
|
This job failed
Loading