import "../styles/global.sass" import type { AppProps } from "next/app" import Head from "next/head" import Layout from "../components/layout" function MyApp({ Component, pageProps }: AppProps) { return ( BB NextJS Sales Example ) } export default MyApp