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