Browse Source

Update tldraw/apps/tldraw-logseq/src/lib/shapes/YouTubeShape.tsx

Peng Xiao 3 years ago
parent
commit
3375bb0674
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tldraw/apps/tldraw-logseq/src/lib/shapes/YouTubeShape.tsx

+ 0 - 2
tldraw/apps/tldraw-logseq/src/lib/shapes/YouTubeShape.tsx

@@ -3,8 +3,6 @@ import { TLBoxShape, TLBoxShapeProps } from '@tldraw/core'
 import { HTMLContainer, TLComponentProps } from '@tldraw/react'
 import { action, computed } from 'mobx'
 import { observer } from 'mobx-react-lite'
-import { TablerIcon } from '../../components/icons'
-
 import { withClampedStyles } from './style-props'
 
 export interface YouTubeShapeProps extends TLBoxShapeProps {