kopia lustrzana https://github.com/bugout-dev/moonstream
fix compile warnings
rodzic
89cfb15ffa
commit
8177e23bf5
|
@ -8,14 +8,13 @@ import {
|
|||
useBreakpointValue,
|
||||
Center,
|
||||
} from "@chakra-ui/react";
|
||||
import {
|
||||
AWS_ASSETS_PATH,
|
||||
MIXPANEL_EVENTS,
|
||||
MIXPANEL_PROPS,
|
||||
} from "../../src/core/constants";
|
||||
import { AWS_ASSETS_PATH } from "../../src/core/constants";
|
||||
import SplitWithImage from "../../src/components/SplitWithImage";
|
||||
import mixpanel from "mixpanel-browser";
|
||||
|
||||
import {
|
||||
MIXPANEL_PROPS,
|
||||
MIXPANEL_EVENTS,
|
||||
} from "../../src/core/providers/AnalyticsProvider/constants";
|
||||
const assets = {
|
||||
background720: `${AWS_ASSETS_PATH}/product-background-720x405.png`,
|
||||
background1920: `${AWS_ASSETS_PATH}/product-background-720x405.png`,
|
||||
|
|
|
@ -11,3 +11,4 @@ export const queryCacheProps = {
|
|||
return status === 404 || status === 403 ? false : true;
|
||||
},
|
||||
};
|
||||
export default queryCacheProps;
|
||||
|
|
Ładowanie…
Reference in New Issue