Implement a todo store with MobX decorators.
import { makeAutoObservable } from 'mobx'; // Create a TodoStore