mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 04:51:49 +08:00
chore: sort imports
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
import * as React from 'react';
|
||||
import { Utils, HTMLContainer } from '@tldraw/core';
|
||||
import { HTMLContainer, Utils } from '@tldraw/core';
|
||||
import {
|
||||
TDShapeType,
|
||||
TDMeta,
|
||||
GHOSTED_OPACITY,
|
||||
ImageShape,
|
||||
TDImageAsset,
|
||||
GHOSTED_OPACITY,
|
||||
TDMeta,
|
||||
TDShapeType,
|
||||
} from '@toeverything/components/board-types';
|
||||
import { TDShapeUtil } from '../TDShapeUtil';
|
||||
import { styled } from '@toeverything/components/ui';
|
||||
import * as React from 'react';
|
||||
import {
|
||||
defaultStyle,
|
||||
getBoundsRectangle,
|
||||
transformRectangle,
|
||||
transformSingleRectangle,
|
||||
} from '../shared';
|
||||
import { styled } from '@toeverything/components/ui';
|
||||
import { TDShapeUtil } from '../TDShapeUtil';
|
||||
|
||||
type T = ImageShape;
|
||||
type E = HTMLDivElement;
|
||||
|
||||
Reference in New Issue
Block a user