Skip to content

Commit 2dfca55

Browse files
committed
fix: fix lint error
1 parent eef5939 commit 2dfca55

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.dumi/pages/index/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Helmet, Link } from 'dumi';
44

55
import GithubOutlined from '../../theme/common/GithubOutlined';
66
import './index.scss';
7-
import GithubOutlined from '../../theme/common/GithubOutlined';
87

98
export default function Homepage() {
109
return (

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

Lines changed: 1 addition & 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';
@@ -12,7 +12,6 @@ import GithubOutlined from '../../common/GithubOutlined';
1212
import { useMobile } from '../../hooks';
1313
import 'dumi/theme-default/slots/Header/index.less';
1414
import './index.scss';
15-
import GithubOutlined from '../../common/GithubOutlined';
1615

1716
export default function Header() {
1817
const { frontmatter } = useRouteMeta();

0 commit comments

Comments
 (0)