Add basic Guider project and remove Nuxt content

This commit is contained in:
mrjvs
2024-03-30 20:22:43 +01:00
parent e10040dc40
commit c06bedc93c
18 changed files with 1753 additions and 7291 deletions

3
pages/404.tsx Normal file
View File

@@ -0,0 +1,3 @@
import { createNotFoundPage } from '@neato/guider/client';
export default createNotFoundPage();