Commit d284303 1 parent 159be3c commit d284303 Copy full SHA for d284303
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
- [solid-Primitives](https://github.com/solidjs-community/solid-primitives)
59
59
- [solid-i18n-Primitives](https://github.com/solidjs-community/solid-primitives/tree/main/packages/i18n)
60
60
- [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 )
62
62
- [Solid-Icons](https://icarus-sullivan.github.io/solidjs-icons/)
63
63
- [Solid-Spinners](https://github.com/lenniezelk/solid-spinner)
64
64
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { routes } from '.'
5
5
import { connectedUserName } from '@src/store/ui/selectors'
6
6
import { setConnectedUser } from '@src/store/ui/ui'
7
7
8
- const Header = lazy ( ( ) => import ( '@components/header/index ' ) )
8
+ const Header = lazy ( ( ) => import ( '@components/Header ' ) )
9
9
10
10
const AppRoutes = ( ) => {
11
11
const Path = useRoutes ( routes )
You can’t perform that action at this time.
0 commit comments