export const indexPage = () => ({
  count: 0,

  increment() {
    this.count++
  }
})