/*!
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0
*/
import React from 'react';
import { Container, Header, Sidebar, Sidenav, Content, Navbar, Nav } from 'rsuite';
import { Outlet, useNavigate, useLocation } from "react-router-dom";
import CreativeIcon from '@rsuite/icons/Creative';
import FileUpload from '@rsuite/icons/FileUpload';
import TableColumn from '@rsuite/icons/TableColumn';
import Exit from '@rsuite/icons/Exit';
import Admin from '@rsuite/icons/Admin';
import AngleLeftIcon from '@rsuite/icons/legacy/AngleLeft';
import AngleRightIcon from '@rsuite/icons/legacy/AngleRight';
import logo from 'src/assets/logo.png';
import './styles.css';
import './container.less';
const headerStyles = {
padding: 18,
height: 56,
background: '#252F3D',
display: 'flex',
alignItems: 'center',
flexDirection: 'row',
color: ' #fff',
whiteSpace: 'nowrap',
overflow: 'hidden'
};
const NavToggle = ({ expand, onChange }) => {
return (