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

fix: add deprecated client

This commit is contained in:
James Cook 2022-03-12 11:46:49 +00:00
parent efba7086ea
commit 346aaccade
3 changed files with 244 additions and 1 deletions

View file

@ -1,3 +1,4 @@
export * from "./parent";
export * from "./student";
export * from "./types";
export * from "./dummyClient";