import Link from "next/link" import Image from "next/image" import { ReactNotifications } from "react-notifications-component" function layout(props: any) { return ( <> {props.children} ) } export default layout