import { h, render } from 'preact'
import { Link, Route, Router, Switch } from 'wouter-preact'
import { useHashLocation } from '~/src/utils/utils.routing'
import Index from '~/src/views/Index'
import Player from '~/src/views/Player'
function App () {
return (