File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { getName } from '../utils/get-name.ts';
66import { orbitRegistry } from '../utils/orbit-registry.ts' ;
77import type { Strategy } from '@orbit/coordinator' ;
88import type { Bucket } from '@orbit/core' ;
9- import type { Source } from '@orbit/data' ;
109import { type MemorySourceSettings } from '@orbit/memory' ;
1110
1211type Folder =
Original file line number Diff line number Diff line change 11import { waitForSource } from '#src/test-support/index.ts' ;
22import { setupTest } from 'ember-qunit' ;
33import { module , test } from 'qunit' ;
4- import { orbitRegistry } from '#src/-private/system/ember- orbit-setup .ts' ;
4+ import { orbitRegistry } from '#src/-private/utils/ orbit-registry .ts' ;
55import { Store } from '#src/index.ts' ;
66import { Planet } from '../support/dummy-models' ;
77import { createStore } from '../support/store' ;
You can’t perform that action at this time.
0 commit comments