Skip to content

Commit

Permalink
Fix common_flux
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Mar 24, 2024
1 parent fe9aaa1 commit d8bbc3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-extensions/src/common/webpackModules/flux.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import spacepack from "@moonlight-mod/wp/spacepack_spacepack";

module.exports = spacepack.findByCode(
["useStateFromStores", ":function"].join("")
["useStateFromStores", ":function"].join(""),
"Store:"
)[0].exports;

0 comments on commit d8bbc3c

Please sign in to comment.