Skip to content

Commit 6014bb0

Browse files
committed
fix: fix lint error
1 parent f5f8629 commit 6014bb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.dumi/pages/index/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22
import { Button } from 'antd';
33
import { Helmet, Link } from 'dumi';
44

5-
import './index.scss';
65
import GithubOutlined from '../../theme/common/GithubOutlined';
6+
import './index.scss';
77

88
export default function Homepage() {
99
return (

.dumi/theme/slots/Header/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from 'react';
2-
import { MenuCloseOutlined, HamburgerOutlined } from '@dtinsight/react-icons';
2+
import { HamburgerOutlined, MenuCloseOutlined } from '@dtinsight/react-icons';
33
import { Button, Tooltip } from 'antd';
44
import { useRouteMeta } from 'dumi';
55
import LangSwitch from 'dumi/theme-default/slots/LangSwitch';
@@ -8,10 +8,10 @@ import Navbar from 'dumi/theme-default/slots/Navbar';
88
import RtlSwitch from 'dumi/theme-default/slots/RtlSwitch';
99
import SearchBar from 'dumi/theme-default/slots/SearchBar';
1010

11+
import GithubOutlined from '../../common/GithubOutlined';
1112
import { useMobile } from '../../hooks';
1213
import 'dumi/theme-default/slots/Header/index.less';
1314
import './index.scss';
14-
import GithubOutlined from '../../common/GithubOutlined';
1515

1616
export default function Header() {
1717
const { frontmatter } = useRouteMeta();

0 commit comments

Comments
 (0)