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