import { Store } from '../../../../store.js'; export default { 'skip-ssr': true, store: new Store(), html: `

Hello Brian!

` };