mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
update stackServerApp import
This commit is contained in:
parent
c228e1c019
commit
c192eaf0a9
@ -1,9 +1,9 @@
|
||||
import { stackServerApp } from '@/stack';
|
||||
import { StackProvider, StackTheme } from '@stackframe/stack';
|
||||
import { RootProvider } from 'fumadocs-ui/provider';
|
||||
import { Inter } from 'next/font/google';
|
||||
import PostHogPageView from '../components/pageview';
|
||||
import { CSPostHogProvider } from '../components/posthog-provider';
|
||||
import { stackServerApp } from '../stack';
|
||||
import './global.css';
|
||||
|
||||
const inter = Inter({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user