This commit is contained in:
hailin 2025-06-25 16:07:17 +08:00
parent e35878178a
commit d61a94d66a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { headers } from "next/headers"
import { useServerInsertedHTML } from "next/navigation"
import React from "react"
export default function RuntimeEnvProvider({
export function RuntimeEnvProvider({
children,
}: {
children: React.ReactNode