fix: replacing mobx react lite with mobx react

This commit is contained in:
sriram veeraghanta 2024-06-20 14:08:52 +05:30
parent f029683152
commit ba63e0c5ea
184 changed files with 239 additions and 245 deletions

View file

@ -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