chore: rm useless 'use client' (#47123)

This commit is contained in:
MadCcc 2024-01-24 15:00:52 +08:00 committed by GitHub
parent f9b2afa739
commit 639d189c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import { createTheme } from '@ant-design/cssinjs';
import IconContext from '@ant-design/icons/lib/components/Context';