Update translate.session.spec.ts

This commit is contained in:
Steve Ruiz 2021-08-13 14:15:55 +01:00
parent cbf21286cb
commit 2c50dd37f6

View file

@ -1,7 +1,7 @@
import { TLDR } from '~state/tldr'
import { TLDrawState } from '~state'
import { mockDocument } from '~state/test-helpers'
import type { ArrowShape, TLDrawShape } from '~types'
import type { TLDrawShape } from '~types'
describe('Brush session', () => {
const tlstate = new TLDrawState()