Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and logseq-cldwalker committed Mar 27, 2023
1 parent 6a3f928 commit c54e570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tldraw/packages/core/src/lib/TLApp/TLApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
KeyUtils,
uniqueId,
} from '../../utils'
import type { TLGroupShape, TLShape, TLShapeConstructor, TLShapeModel } from '../shapes'
import type { TLShape, TLShapeConstructor, TLShapeModel } from '../shapes'
import { TLApi } from '../TLApi'
import { TLCursors } from '../TLCursors'

Expand Down
4 changes: 1 addition & 3 deletions tldraw/packages/core/src/lib/TLHistory.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { action, computed, makeObservable, observable, transaction } from 'mobx'
import { action, makeObservable, observable, transaction } from 'mobx'
import type { TLEventMap } from '../types'
import { deepCopy, deepEqual, omit } from '../utils'
import type { TLShape, TLShapeModel } from './shapes'
import type { TLGroupShape } from './shapes/TLGroupShape'
import type { TLApp, TLDocumentModel } from './TLApp'
import { TLPage } from './TLPage'

Expand Down

0 comments on commit c54e570

Please sign in to comment.