import Link from "next/link" import React from 'react' import "@steffo/bluelib/dist/base.root.css" import "@steffo/bluelib/dist/colors-royalblue.root.css" import "@steffo/bluelib/dist/fonts-fira-ghpages.root.css" import "@steffo/bluelib/dist/classic.root.css" import "@steffo/bluelib/dist/glass.root.css" import "@steffo/bluelib/dist/fun.root.css" import "./_app.css" import type {AppProps} from "next/app" const App = ({Component, pageProps}: AppProps) => { return <>

Steffo's website

} // noinspection JSUnusedGlobalSymbols export default App;