1// @refresh reload 2import { mount, StartClient } from '@solidjs/start/client'; 3 4mount(() => <StartClient />, document.getElementById('app')!);