fix: lint error

This commit is contained in:
QiShaoXuan 2022-10-18 00:32:08 +08:00
parent d7c6f7e8d5
commit 02d85c893b
2 changed files with 1 additions and 8 deletions

View File

@ -42,7 +42,6 @@ export const MoonIcon = ({ style = {}, ...props }: IconProps) => {
);
};
export const SunIcon = ({ style = {}, ...props }: IconProps) => {
return (
<svg

View File

@ -1,11 +1,5 @@
import React, { useEffect, useState } from 'react';
import {
LogoIcon,
SunIcon,
MoonIcon,
MoreIcon,
ExportIcon,
} from './icons';
import { LogoIcon, SunIcon, MoonIcon, MoreIcon, ExportIcon } from './icons';
import {
StyledHeader,
StyledTitle,