/* @refresh reload */ import '~/index.css' import { I18nContext } from '@solid-primitives/i18n' import { Router, hashIntegration } from '@solidjs/router' import { render } from 'solid-js/web' import { App } from './App' import { i18nContext } from './i18n' const root = document.getElementById('root') render( () => ( ), root!, )