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';
2
2
import { Button } from 'antd' ;
3
3
import { Helmet , Link } from 'dumi' ;
4
4
5
- import './index.scss' ;
6
5
import GithubOutlined from '../../theme/common/GithubOutlined' ;
6
+ import './index.scss' ;
7
7
8
8
export default function Homepage ( ) {
9
9
return (
Original file line number Diff line number Diff line change 1
1
import React , { useState } from 'react' ;
2
- import { MenuCloseOutlined , HamburgerOutlined } from '@dtinsight/react-icons' ;
2
+ import { HamburgerOutlined , MenuCloseOutlined } from '@dtinsight/react-icons' ;
3
3
import { Button , Tooltip } from 'antd' ;
4
4
import { useRouteMeta } from 'dumi' ;
5
5
import LangSwitch from 'dumi/theme-default/slots/LangSwitch' ;
@@ -8,10 +8,10 @@ import Navbar from 'dumi/theme-default/slots/Navbar';
8
8
import RtlSwitch from 'dumi/theme-default/slots/RtlSwitch' ;
9
9
import SearchBar from 'dumi/theme-default/slots/SearchBar' ;
10
10
11
+ import GithubOutlined from '../../common/GithubOutlined' ;
11
12
import { useMobile } from '../../hooks' ;
12
13
import 'dumi/theme-default/slots/Header/index.less' ;
13
14
import './index.scss' ;
14
- import GithubOutlined from '../../common/GithubOutlined' ;
15
15
16
16
export default function Header ( ) {
17
17
const { frontmatter } = useRouteMeta ( ) ;
You can’t perform that action at this time.
0 commit comments