diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-17 22:25:46 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-17 22:25:46 -0400 |
| commit | e977aa74417a8cf17c2fa3bac737039d97971dd2 (patch) | |
| tree | f6ae85aa04091be34203110756e8c728d808bba9 /webAO/client.js | |
| parent | 142068cf4786ebc67b10289af273148a855b31b4 (diff) | |
Adding unit tests
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js index 34a1b4b..a78eeb1 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -3125,3 +3125,4 @@ export function toggleShout(shout) { } } window.toggleShout = toggleShout; +export default Client
\ No newline at end of file |
