Skip to content

Commit 636634e

Browse files
committedAug 13, 2024·
fix: export action utility functions via frontend bundle entry
1 parent 75abf01 commit 636634e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎src/frontend/bundle-entry.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { AppLoader } from './components/index.js'
1313
import Login from './components/login/index.js'
1414
import BasePropertyComponent, { CleanPropertyComponent } from './components/property-type/index.js'
1515
import * as PropertyComponentUtils from './components/property-type/utils/index.js'
16+
import * as ActionUtils from './interfaces/action/index.js'
1617
import withNotice from './hoc/with-notice.js'
1718
import * as Hooks from './hooks/index.js'
1819
import createStore from './store/store.js'
@@ -75,5 +76,6 @@ export default {
7576
...AppComponents,
7677
...ActionComponents,
7778
...Hooks,
79+
...ActionUtils,
7880
flat,
7981
}

0 commit comments

Comments
 (0)
Please sign in to comment.