import { PropsWithChildren } from 'react' import { AppBannerWrapper } from '@/components/interfaces/App/AppBannerWrapper' export const AuthenticationLayout = ({ children }: PropsWithChildren<{}>) => { return (