chore: sort imports

This commit is contained in:
DarkSky
2022-08-13 03:16:26 +08:00
parent 5462b1707f
commit 754b2581cd
198 changed files with 839 additions and 917 deletions
@@ -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;