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 React, { Dispatch, SetStateAction, useState } from "react";
|
||||
import { observer } from "mobx-react-lite";
|
||||
import { observer } from "mobx-react";
|
||||
import { ChevronDown, Pencil, Trash2 } from "lucide-react";
|
||||
import { Disclosure, Transition } from "@headlessui/react";
|
||||
// store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue