mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 10:37:33 +08:00
docs: 引入 Fumadocs
ci: set up github actions
This commit is contained in:
8
docs/app/provider.tsx
Normal file
8
docs/app/provider.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import { RootProvider } from 'fumadocs-ui/provider';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
export function Provider({ children }: { children: ReactNode }) {
|
||||
return <RootProvider>{children}</RootProvider>;
|
||||
}
|
||||
Reference in New Issue
Block a user