This commit is contained in:
parent
e35878178a
commit
d61a94d66a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue