Fix AppProvider import

This commit is contained in:
Darren Clarke 2023-08-25 10:04:48 +02:00
parent 681117d3ac
commit 7e5c6dd370
38 changed files with 198 additions and 37 deletions

View file

@ -9,7 +9,7 @@ import LeafcutterLogo from "images/leafcutter-logo.png";
import { AccountButton } from "./AccountButton";
import { HelpButton } from "./HelpButton";
import { Tooltip } from "leafcutter-common";
import { useAppContext } from "./AppProvider";
import { useAppContext } from "leafcutter-common/components/AppProvider";
// import { LanguageSelect } from "./LanguageSelect";
export const TopNav: FC = () => {