Skip to content

Commit d284303

Browse files
committed
fix: rename header folder, change routes to match
- update devdocs
1 parent 159be3c commit d284303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GUI/ETVR/DevDocs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- [solid-Primitives](https://github.com/solidjs-community/solid-primitives)
5959
- [solid-i18n-Primitives](https://github.com/solidjs-community/solid-primitives/tree/main/packages/i18n)
6060
- [Solid-Headless](https://github.com/lxsmnsyc/solid-headless)
61-
- [HopeUI](https://next--hope-ui.netlify.app/docs/)
61+
- [Kobalte UI](https://kobalte.dev/docs/core/overview/introduction)
6262
- [Solid-Icons](https://icarus-sullivan.github.io/solidjs-icons/)
6363
- [Solid-Spinners](https://github.com/lenniezelk/solid-spinner)
6464

GUI/ETVR/src/routes/Routes.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { routes } from '.'
55
import { connectedUserName } from '@src/store/ui/selectors'
66
import { setConnectedUser } from '@src/store/ui/ui'
77

8-
const Header = lazy(() => import('@components/header/index'))
8+
const Header = lazy(() => import('@components/Header'))
99

1010
const AppRoutes = () => {
1111
const Path = useRoutes(routes)

0 commit comments

Comments
 (0)