Fix AppProvider import
This commit is contained in:
parent
681117d3ac
commit
7e5c6dd370
38 changed files with 198 additions and 37 deletions
|
|
@ -20,7 +20,7 @@ import {
|
|||
import Link from "next/link";
|
||||
import { usePathname } from "next/navigation";
|
||||
import { useTranslate } from "react-polyglot";
|
||||
import { useAppContext } from "./AppProvider";
|
||||
import { useAppContext } from "leafcutter-common/components/AppProvider";
|
||||
import { Tooltip } from "leafcutter-common";
|
||||
// import { ArrowCircleRight as ArrowCircleRightIcon } from "@mui/icons-material";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue