1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

feat: restructure src/

This commit is contained in:
James Cook 2023-04-16 21:06:10 +01:00
parent 3aa119a063
commit e91fb1688d
6 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
export * from "./studentClient.js";
export * from "./parentClient.js";
export * from "./core/studentClient.js";
export * from "./core/parentClient.js";
export {
Student,
ActivityPoint,