import { observer } from "mobx-react-lite"; import { useStore } from "./StoreProvider"; const Clock = observer(function Clock(props) { // use store from the store context const store = useStore(); return (