支持实时处理Git凭证
This commit is contained in:
8
src/app/welcome/layout.tsx
Normal file
8
src/app/welcome/layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client"
|
||||
|
||||
import type { ReactNode } from "react"
|
||||
import { GitCredentialProvider } from "@/contexts/git-credential-context"
|
||||
|
||||
export default function WelcomeLayout({ children }: { children: ReactNode }) {
|
||||
return <GitCredentialProvider>{children}</GitCredentialProvider>
|
||||
}
|
||||
Reference in New Issue
Block a user