|
|
@ -2,7 +2,6 @@ import React from 'react';
|
|
|
|
import { Slide, ToastContainer, ToastContainerProps } from 'react-toastify';
|
|
|
|
import { Slide, ToastContainer, ToastContainerProps } from 'react-toastify';
|
|
|
|
import styled from 'styled-components';
|
|
|
|
import styled from 'styled-components';
|
|
|
|
|
|
|
|
|
|
|
|
const SessionToastContainerPrivate = () => {
|
|
|
|
|
|
|
|
const WrappedToastContainer = ({
|
|
|
|
const WrappedToastContainer = ({
|
|
|
|
className,
|
|
|
|
className,
|
|
|
|
...rest
|
|
|
|
...rest
|
|
|
@ -12,6 +11,7 @@ const SessionToastContainerPrivate = () => {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const SessionToastContainerPrivate = () => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<WrappedToastContainer
|
|
|
|
<WrappedToastContainer
|
|
|
|
position="bottom-right"
|
|
|
|
position="bottom-right"
|
|
|
|