import { FC } from 'react'; import './NoMenuLayout.scss'; export const NoMenuLayout: FC = ({ children }) =>