Fix AppProvider import
This commit is contained in:
parent
681117d3ac
commit
7e5c6dd370
38 changed files with 198 additions and 37 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { FC, useState, useEffect } from "react";
|
||||
import { Box, Grid, Tooltip } from "@mui/material";
|
||||
import { DataGridPro, GridColDef } from "@mui/x-data-grid-pro";
|
||||
import { useAppContext } from "../../../apps/leafcutter/app/_components/AppProvider";
|
||||
import { useAppContext } from "./AppProvider";
|
||||
|
||||
interface QueryListSelectorProps {
|
||||
title: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue