feat(samples/slay-the-spire-like): export data module
This commit is contained in:
parent
093738cd42
commit
d1605a9ee3
|
|
@ -5,3 +5,4 @@ export * from "./system/grid-inventory";
|
||||||
export * from "./system/map";
|
export * from "./system/map";
|
||||||
export * from "./system/utils";
|
export * from "./system/utils";
|
||||||
export * from "./system/types";
|
export * from "./system/types";
|
||||||
|
export { default as data } from "./data";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue