File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
22import { Button } from 'antd' ;
33import { Helmet , Link } from 'dumi' ;
44
5- import './index.scss' ;
65import GithubOutlined from '../../theme/common/GithubOutlined' ;
6+ import './index.scss' ;
77
88export default function Homepage ( ) {
99 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' ;
@@ -8,10 +8,10 @@ import Navbar from 'dumi/theme-default/slots/Navbar';
88import RtlSwitch from 'dumi/theme-default/slots/RtlSwitch' ;
99import SearchBar from 'dumi/theme-default/slots/SearchBar' ;
1010
11+ import GithubOutlined from '../../common/GithubOutlined' ;
1112import { useMobile } from '../../hooks' ;
1213import 'dumi/theme-default/slots/Header/index.less' ;
1314import './index.scss' ;
14- import GithubOutlined from '../../common/GithubOutlined' ;
1515
1616export default function Header ( ) {
1717 const { frontmatter } = useRouteMeta ( ) ;
You can’t perform that action at this time.
0 commit comments