Skip to content

Commit

Permalink
feat(discussions): add export in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Feb 22, 2024
1 parent e09d577 commit 1b030b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ export { StudentGrade } from "~/parser/grade";
export { Period, OngletPeriod } from "~/parser/period";
export { StudentNews, StudentNewsCategory, StudentNewsItem, StudentNewsItemQuestion } from "~/parser/news";
export { StudentAbsence, StudentDelay, StudentPunishment } from "~/parser/attendance";
export { StudentDiscussionsOverview, StudentDiscussion, StudentDiscussionFolder} from "~/parser/discussion";

0 comments on commit 1b030b7

Please sign in to comment.