mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
chore: sort imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { ReactNode, CSSProperties } from 'react';
|
||||
import { styled } from '../styled';
|
||||
import { MuiDivider } from '../mui';
|
||||
import type { CSSProperties, ReactNode } from 'react';
|
||||
import type { MuiDividerProps } from '../mui';
|
||||
import { MuiDivider } from '../mui';
|
||||
import { styled } from '../styled';
|
||||
|
||||
interface DividerProps {
|
||||
orientation?: 'horizontal' | 'vertical';
|
||||
|
||||
Reference in New Issue
Block a user