🚧 Add onboarding

This commit is contained in:
Meier Lukas
2023-08-01 19:04:14 +02:00
parent a3bb08768f
commit 8ce0de5068
6 changed files with 309 additions and 31 deletions

View File

@@ -16,6 +16,7 @@ import { AppProps } from 'next/app';
import Head from 'next/head';
import { useEffect, useState } from 'react';
import 'video.js/dist/video-js.css';
import { z } from 'zod';
import { CommonHead } from '~/components/layout/Meta/CommonHead';
import { env } from '~/env.js';
import { ColorSchemeProvider } from '~/hooks/use-colorscheme';