Fix AppProvider import
This commit is contained in:
parent
681117d3ac
commit
7e5c6dd370
38 changed files with 198 additions and 37 deletions
|
|
@ -8,7 +8,7 @@ import { useCookies } from "react-cookie";
|
|||
import { TopNav } from "./TopNav";
|
||||
import { Sidebar } from "./Sidebar";
|
||||
import { GettingStartedDialog } from "leafcutter-common";
|
||||
import { useAppContext } from "./AppProvider";
|
||||
import { useAppContext } from "leafcutter-common/components/AppProvider";
|
||||
// import { Footer } from "./Footer";
|
||||
|
||||
type LayoutProps = PropsWithChildren<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue