diff --git a/src/index.tsx b/src/index.tsx index cce1b56..0333bda 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,7 @@ import 'solid-devtools' import { render } from 'solid-js/web' -import { Router } from '@solidjs/router' +import { Router, hashIntegration } from '@solidjs/router' import { App } from './App' import './index.css' @@ -10,7 +10,7 @@ const root = document.getElementById('root') render( () => ( - + ),