feat: Initialize new admin application with a landing page, cookie consent, and theme switching functionality.

This commit is contained in:
Timo Knuth
2026-03-02 23:33:11 +01:00
parent 873c5e53af
commit 59f3efaaed
7 changed files with 289 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
'use client'
import '../instrumentation-client'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { httpBatchLink } from '@trpc/client'
import { useState } from 'react'