Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 103 B view raw
1import App from './App.svelte'; 2 3var app = new App({ 4 target: document.body, 5}); 6 7export default app;