import type { AppProps } from "next/app"; import Head from "next/head"; import "../styles/globals.css"; import "../styles/customAsciidoc.scss"; import { CommandsProvider } from "../components/contexts/CommandInterface"; import { ModalFunctionProvider } from "../components/contexts/ModalFunctions"; function MyApp({ Component, pageProps }: AppProps) { return <>