Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 4 lines 143 B view raw
1// @refresh reload 2import { mount, StartClient } from '@solidjs/start/client'; 3 4mount(() => <StartClient />, document.getElementById('app')!);