feat: Initialize new admin application with a landing page, cookie consent, and theme switching functionality.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user