Skip to content

Commit

Permalink
chore: export 전용 파일 ignore 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Dec 14, 2023
1 parent 03c65f2 commit 9b2c4b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vomjs-store/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* v8 ignore start */
export { default as Dispatcher } from './dispatcher.js';
export { default as Store } from './store.js';
export { ReduceStore, createStore } from './reduce.js';
export { ReduceStore, createStore } from './reduce.js';
/* v8 ignore stop */

0 comments on commit 9b2c4b1

Please sign in to comment.