Skip to content

Commit

Permalink
Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 7, 2024
1 parent bf0b58b commit 10ed0a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export { ObeliskHeadstone } from "./models/cemetery/ObeliskHeadstone";
export { RoundedHeadstone } from "./models/cemetery/RoundedHeadstone";
export { SquareHeadstone } from "./models/cemetery/SquareHeadstone";

// Fence
export { WroughtIronBar } from "./models/fence/WroughtIronBar";

// Furniture
export { Desk } from "./models/furniture/Desk";

Expand Down

0 comments on commit 10ed0a6

Please sign in to comment.