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

@ -5,7 +5,7 @@ import { useTranslate } from "react-polyglot";
import Image from "next/legacy/image";
import Link from "next/link";
import { Grid, Container, Box, Button } from "@mui/material";
import { useAppContext } from "../../../apps/leafcutter/app/_components/AppProvider";
import { useAppContext } from "./AppProvider";
import { PageHeader } from "./PageHeader";
import { AboutFeature } from "./AboutFeature";
import { AboutBox } from "./AboutBox";