Skip to content

Commit

Permalink
import path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SKarolFolio committed Dec 12, 2024
1 parent 2ca2ab1 commit 6784f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/utils/createStoreFactory.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createBaseSlice, type SliceState } from '../utils/slice';
import { createBaseSlice, type SliceState } from './slice';
import { generateStore, type StateCreatorTyped } from './storeCreator';

type SliceConfig<Value = any, SingleItemType = any> = {
Expand Down

0 comments on commit 6784f41

Please sign in to comment.