Skip to content

Commit da964bd

Browse files
committed
pretty
1 parent 043e321 commit da964bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/tldraw/src/lib/shapes/note/NoteShapeUtil.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ import {
3333
} from '@tldraw/editor'
3434
import { useCallback, useContext } from 'react'
3535
import { startEditingShapeWithLabel } from '../../tools/SelectTool/selectHelpers'
36-
import {
37-
TranslationsContext,
38-
} from '../../ui/hooks/useTranslation/useTranslation'
36+
import { TranslationsContext } from '../../ui/hooks/useTranslation/useTranslation'
3937
import {
4038
isEmptyRichText,
4139
renderHtmlFromRichTextForMeasurement,

0 commit comments

Comments
 (0)