// !Do not remove the Layout import import Layout from '@layouts/VerticalLayout'; const VerticalLayout = props => {props.children}; export default VerticalLayout;