Browse Source

Apply suggestion from @afc163

pull/11496/head
afc163 9 months ago
committed by GitHub
parent
commit
da86616b92
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/RightContent/index.tsx

2
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 = () => {

Loading…
Cancel
Save