| 1 | import { createRecordType } from '@tldraw/store' |
| 2 | import { getTestMigration, testSchema } from './__tests__/migrationTestUtils' |
| 3 | import { bookmarkAssetVersions } from './assets/TLBookmarkAsset' |
| 4 | import { imageAssetVersions } from './assets/TLImageAsset' |
nothing calls this directly
no test coverage detected