Skip to content

Commit 247a9d8

Browse files
committed
fix: remove unused import
1 parent 89e478b commit 247a9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warp-drive-packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @mergeModuleWith <project>
44
*/
55

6-
import { DEBUG, TESTING } from '@warp-drive/build-config/env';
6+
import { TESTING } from '@warp-drive/build-config/env';
77

88
import type { CAUTION_MEGA_DANGER_ZONE_Extension } from './reactive.ts';
99
import { instantiateRecord, registerDerivations, SchemaService, teardownRecord } from './reactive.ts';

0 commit comments

Comments
 (0)