mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-28 11:53:24 +03:00
chore: remove unused import
This commit is contained in:
parent
2a17c32779
commit
010c7b68d4
@ -1,10 +1,7 @@
|
||||
import { PropsWithChildren, ReactNode } from 'react';
|
||||
import Header from './Header';
|
||||
import QuickSearchButton from './QuickSearchButton';
|
||||
import {
|
||||
StyledPageListTittleWrapper,
|
||||
StyledSearchArrowWrapper,
|
||||
} from './styles';
|
||||
import { StyledPageListTittleWrapper } from './styles';
|
||||
// import QuickSearchButton from './QuickSearchButton';
|
||||
|
||||
export type PageListHeaderProps = PropsWithChildren<{
|
||||
|
Loading…
Reference in New Issue
Block a user