diff --git a/src/samples/slay-the-spire-like/index.ts b/src/samples/slay-the-spire-like/index.ts index bd1c78c..753eac0 100644 --- a/src/samples/slay-the-spire-like/index.ts +++ b/src/samples/slay-the-spire-like/index.ts @@ -5,3 +5,4 @@ export * from "./system/grid-inventory"; export * from "./system/map"; export * from "./system/utils"; export * from "./system/types"; +export { default as data } from "./data";