File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { Helmet, Link } from 'dumi';
44
55import GithubOutlined from '../../theme/common/GithubOutlined' ;
66import './index.scss' ;
7- import GithubOutlined from '../../theme/common/GithubOutlined' ;
87
98export default function Homepage ( ) {
109 return (
Original file line number Diff line number Diff line change 11import React , { useState } from 'react' ;
2- import { MenuCloseOutlined , HamburgerOutlined } from '@dtinsight/react-icons' ;
2+ import { HamburgerOutlined , MenuCloseOutlined } from '@dtinsight/react-icons' ;
33import { Button , Tooltip } from 'antd' ;
44import { useRouteMeta } from 'dumi' ;
55import LangSwitch from 'dumi/theme-default/slots/LangSwitch' ;
@@ -12,7 +12,6 @@ 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' ;
1615
1716export default function Header ( ) {
1817 const { frontmatter } = useRouteMeta ( ) ;
You can’t perform that action at this time.
0 commit comments