Skip to content

Commit

Permalink
add empty state after comma on import
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinmiron committed Dec 20, 2024
1 parent 68f8b02 commit 8b509d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persist-plugins/async-storage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Change } from '@legendapp/state';
import { applyChanges,internal,isArray } from '@legendapp/state';
import { applyChanges, internal, isArray } from '@legendapp/state';
import type {
ObservablePersistAsyncStoragePluginOptions,
ObservablePersistPlugin,
Expand Down

0 comments on commit 8b509d0

Please sign in to comment.