I have a store.ts file:
store.ts
import { observable, action, computed, makeObservable } from "mobx" export class Store { aspectRatio = 16