feat(samples/slay-the-spire-like): export data module

This commit is contained in:
hypercross 2026-04-21 23:02:27 +08:00
parent 093738cd42
commit d1605a9ee3
1 changed files with 1 additions and 0 deletions

View File

@ -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";