afc163
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
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 = () => { |
|
|
|
|