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

style: rename client files

This commit is contained in:
James Cook 2022-03-12 12:08:41 +00:00
parent bf7b8949e3
commit 92ed2f1608
4 changed files with 5 additions and 5 deletions

View file

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