Skip to content

Commit

Permalink
fix: export action utility functions via frontend bundle entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Aug 13, 2024
1 parent 75abf01 commit 636634e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/bundle-entry.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { AppLoader } from './components/index.js'
import Login from './components/login/index.js'
import BasePropertyComponent, { CleanPropertyComponent } from './components/property-type/index.js'
import * as PropertyComponentUtils from './components/property-type/utils/index.js'
import * as ActionUtils from './interfaces/action/index.js'
import withNotice from './hoc/with-notice.js'
import * as Hooks from './hooks/index.js'
import createStore from './store/store.js'
Expand Down Expand Up @@ -75,5 +76,6 @@ export default {
...AppComponents,
...ActionComponents,
...Hooks,
...ActionUtils,
flat,
}

0 comments on commit 636634e

Please sign in to comment.