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

  decrement() {
    this.count--
  }
})