fixed compilation warnings caused by lazy loading modules
This commit is contained in:
parent
2d00070130
commit
13346403e5
47 changed files with 85 additions and 76 deletions
|
|
@ -58,9 +58,9 @@ import {
|
|||
// useBinYardAPI,
|
||||
useGlobalState,
|
||||
useInteractionsAPI,
|
||||
useSnackbar,
|
||||
useTeamAPI
|
||||
useSnackbar
|
||||
} from "providers";
|
||||
import { useTeamAPI } from "providers/pond/teamAPI";
|
||||
import React, { SetStateAction, useCallback, useEffect, useState } from "react";
|
||||
// import { getThemeType } from "theme";
|
||||
import { stringToMaterialColour } from "utils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue