Skip to content

Commit

Permalink
fixed import in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
overthemike committed Oct 12, 2024
1 parent 8528ec9 commit 2eef414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla/utils/test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { snapshot } from '../../vanilla.ts'
import { proxyMap } from './proxyMap.ts'
import { proxyMap } from './proxyMap-indexMap.ts'
const state = proxyMap([['foo', 'bar']])
console.log('test proxy')
const snap = snapshot(state)
Expand Down

0 comments on commit 2eef414

Please sign in to comment.