feat(samples/slay-the-spire-like): export data module
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user