fix: 'use client' in page header (#40607)

This commit is contained in:
Alaister Young
2025-11-19 15:31:36 +08:00
committed by GitHub
parent 7e04065e5f
commit c8a7f5a2e9

View File

@@ -1,3 +1,5 @@
'use client'
import { cva, type VariantProps } from 'class-variance-authority'
import React, { createContext, useContext } from 'react'