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,15 +1,14 @@
import * as React from 'react';
import { styled } from '@toeverything/components/ui';
import { Utils, SVGContainer } from '@tldraw/core';
import { defaultStyle } from '../shared/shape-styles';
import { SVGContainer, Utils } from '@tldraw/core';
import {
TDShapeType,
GHOSTED_OPACITY,
GroupShape,
TDMeta,
GHOSTED_OPACITY,
TDShapeType,
} from '@toeverything/components/board-types';
import { styled } from '@toeverything/components/ui';
import { commonColors, getBoundsRectangle } from '../shared';
import { defaultStyle } from '../shared/shape-styles';
import { TDShapeUtil } from '../TDShapeUtil';
import { getBoundsRectangle, commonColors } from '../shared';
type T = GroupShape;
type E = SVGSVGElement;