rename app folder to editor (#1528)
Turns out there was one last terrible renaming PR to make. This PR renames the `@tldraw.editor`'s `app` folder to `editor`. It should not effect exports but it will be a gnarly diff. ### Change Type - [x] `internal` — Any other changes that don't affect the published package (will not publish a new version)
This commit is contained in:
parent
5d826c926d
commit
355ed1de72
186 changed files with 173 additions and 169 deletions
|
@ -7,8 +7,8 @@ import {
|
|||
useValue,
|
||||
} from 'signia-react'
|
||||
import { useEditor } from '../..'
|
||||
import type { Editor } from '../app/Editor'
|
||||
import { ShapeUtil } from '../app/shapeutils/ShapeUtil'
|
||||
import type { Editor } from '../editor/Editor'
|
||||
import { ShapeUtil } from '../editor/shapeutils/ShapeUtil'
|
||||
import { useEditorComponents } from '../hooks/useEditorComponents'
|
||||
import { OptionalErrorBoundary } from './ErrorBoundary'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue