Skip to content

Commit

Permalink
#1 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeenciu committed Jun 21, 2023
1 parent 18895fb commit d12a235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/training-events/src/actions/get-training-events.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { TrainingEvent } from "../types";
export const getTrainingEvents = (trainingId: string): TrainingEvent[] => {

}

0 comments on commit d12a235

Please sign in to comment.