diff --git a/src/components/Page/index.jsx b/src/components/Page/index.jsx index 2a85959..a9b51b0 100644 --- a/src/components/Page/index.jsx +++ b/src/components/Page/index.jsx @@ -2,6 +2,7 @@ import React from "react"; import PT from "prop-types"; import cn from "classnames"; import ReduxToastr from "react-redux-toastr"; +import { TOAST_DEFAULT_TIMEOUT } from "constants/index.js"; import styles from "./styles.module.scss"; /** @@ -16,8 +17,12 @@ const Page = ({ className, children }) => (