mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
fix: lint error
This commit is contained in:
parent
d7c6f7e8d5
commit
02d85c893b
@ -42,7 +42,6 @@ export const MoonIcon = ({ style = {}, ...props }: IconProps) => {
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
export const SunIcon = ({ style = {}, ...props }: IconProps) => {
|
||||
return (
|
||||
<svg
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user