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 @@
/* eslint-disable no-restricted-syntax */
import { Utils, SVGContainer } from '@tldraw/core';
import { SVGContainer, Utils } from '@tldraw/core';
import {
FrameShape,
TDShapeType,
TDMeta,
TDShapeType,
} from '@toeverything/components/board-types';
import { TDShapeUtil } from '../TDShapeUtil';
import { styled } from '@toeverything/components/ui';
import {
defaultStyle,
getShapeStyle,
getBoundsRectangle,
getShapeStyle,
transformRectangle,
transformSingleRectangle,
} from '../shared';
import { TDShapeUtil } from '../TDShapeUtil';
import { Frame } from './components/Frame';
import { styled } from '@toeverything/components/ui';
type T = FrameShape;
type E = SVGSVGElement;
@@ -1,6 +1,6 @@
import * as React from 'react';
import { BINDING_DISTANCE } from '@toeverything/components/board-types';
import type { ShapeStyles } from '@toeverything/components/board-types';
import { BINDING_DISTANCE } from '@toeverything/components/board-types';
import * as React from 'react';
import { getShapeStyle } from '../../shared';
interface RectangleSvgProps {
@@ -1,4 +1,3 @@
import * as React from 'react';
import { BINDING_DISTANCE } from '@toeverything/components/board-types';
interface BindingIndicatorProps {