mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
chore: sort imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PropsWithChildren, CSSProperties } from 'react';
|
||||
import type { CSSProperties, PropsWithChildren } from 'react';
|
||||
import { Clickable } from '../clickable';
|
||||
import { styled } from '../styled';
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { ListItem } from './ListItem';
|
||||
export { ListIcon } from './ListIcon';
|
||||
export { ListItem } from './ListItem';
|
||||
|
||||
Reference in New Issue
Block a user