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:
Steve Ruiz 2023-06-06 17:01:54 +01:00 committed by GitHub
parent 5d826c926d
commit 355ed1de72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
186 changed files with 173 additions and 169 deletions

View file

@ -1,6 +1,6 @@
import { useEffect } from 'react'
import { useValue } from 'signia-react'
import { TLKeyboardEventInfo, TLPointerEventInfo } from '../app/types/event-types'
import { TLKeyboardEventInfo, TLPointerEventInfo } from '../editor/types/event-types'
import { preventDefault } from '../utils/dom'
import { useContainer } from './useContainer'
import { useEditor } from './useEditor'