1
0
Fork 0

feat(sites): add signpost.cloud.mareshq.com

This commit is contained in:
Vojtěch Mareš 2022-08-20 19:03:25 +02:00
parent fb80b39754
commit 194cb31dd2
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
19 changed files with 332 additions and 2 deletions

View file

@ -0,0 +1,8 @@
import '../styles/globals.css';
import type { AppProps } from 'next/app';
function App({ Component, pageProps }: AppProps) {
return <Component {...pageProps} />;
}
export default App;