Fix AppProvider import
This commit is contained in:
parent
681117d3ac
commit
7e5c6dd370
38 changed files with 198 additions and 37 deletions
|
|
@ -9,7 +9,7 @@ import leafcutterLogo from "../images/leafcutter-logo.png";
|
|||
import footerLogo from "../images/footer-logo.png";
|
||||
import twitterLogo from "../images/twitter-logo.png";
|
||||
import gitlabLogo from "../images/gitlab-logo.png";
|
||||
import { useAppContext } from "../../../apps/leafcutter/app/_components/AppProvider";
|
||||
import { useAppContext } from "./AppProvider";
|
||||
|
||||
export const Footer: FC = () => {
|
||||
const t = useTranslate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue