apollo-elements/apollo-elements

View on GitHub
packages/create/template/app/src/router.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { makeVar } from '@apollo/client/core';
import { installRouter } from 'pwa-helpers/router';

export const locationVar = makeVar(window.location);

installRouter(locationVar);