From da86616b920794df4a4a79b2e068a06027cdcb1d Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Jul 2025 12:39:20 +0800 Subject: [PATCH] Apply suggestion from @afc163 --- src/components/RightContent/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/RightContent/index.tsx b/src/components/RightContent/index.tsx index 80098055..9a8e509b 100644 --- a/src/components/RightContent/index.tsx +++ b/src/components/RightContent/index.tsx @@ -1,6 +1,8 @@ import { QuestionCircleOutlined } from '@ant-design/icons'; import { SelectLang as UmiSelectLang } from '@umijs/max'; +import React from 'react'; + export type SiderTheme = 'light' | 'dark'; export const SelectLang = () => {