fix: replacing mobx react lite with mobx react
This commit is contained in:
parent
f029683152
commit
ba63e0c5ea
184 changed files with 239 additions and 245 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { FC } from "react";
|
||||
import { observer } from "mobx-react-lite";
|
||||
import { observer } from "mobx-react";
|
||||
import Image from "next/image";
|
||||
// components
|
||||
import { CyclesList } from "@/components/cycles";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue