Skip to content

Commit

Permalink
refactor: add CommitmentStoredClass export for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jan 29, 2025
1 parent 6bca377 commit 1a3a1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { default as ActivityBaseModel } from "./ActivityBaseModel";
export { default as ActivityStoredClass } from "./ActivityStoredClass";
export { default as CommitmentBaseModel } from "./CommitmentBaseModel";
export { default as CommitmentStoredClass } from "./CommitmentStoredClass";
export { default as LocationBaseModel } from "./navigation/LocationBaseModel";
export { default as LocationStoredClass } from "./navigation/LocationStoredClass";
export { default as MapBaseModel } from "./navigation/MapBaseModel";
Expand Down

0 comments on commit 1a3a1ad

Please sign in to comment.