File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { Helmet, Link } from 'dumi';
44
55import GithubOutlined from '../../theme/common/GithubOutlined' ;
66import './index.scss' ;
7+ import GithubOutlined from '../../theme/common/GithubOutlined' ;
78
89export default function Homepage ( ) {
910 return (
Original file line number Diff line number Diff line change 11import React , { useState } from 'react' ;
2- import { HamburgerOutlined , MenuCloseOutlined } from '@dtinsight/react-icons' ;
2+ import { MenuCloseOutlined , HamburgerOutlined } from '@dtinsight/react-icons' ;
33import { Button , Tooltip } from 'antd' ;
44import { useRouteMeta } from 'dumi' ;
55import LangSwitch from 'dumi/theme-default/slots/LangSwitch' ;
@@ -12,6 +12,7 @@ import GithubOutlined from '../../common/GithubOutlined';
1212import { useMobile } from '../../hooks' ;
1313import 'dumi/theme-default/slots/Header/index.less' ;
1414import './index.scss' ;
15+ import GithubOutlined from '../../common/GithubOutlined' ;
1516
1617export default function Header ( ) {
1718 const { frontmatter } = useRouteMeta ( ) ;
You can’t perform that action at this time.
0 commit comments