import React from 'react' import Head from "next/head" import GoTop from './GoTop' const Layout = ({ children }) => { return( <> Disin - React Next Medical Health & Doctors Template {children} ); } export default Layout;