diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-02-23 11:48:48 -0700 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-02-23 11:48:48 -0700 |
| commit | 76bca61a5ca50a5033486b51d7b7829ec831fd98 (patch) | |
| tree | 443a9def75bc5bf37e89fc1bbe7bb3a9795b484a /src/actions.js | |
| parent | 7331da69aa3442d7edaed4160b5a6bd3239ed265 (diff) | |
| download | aggietimed-76bca61a5ca50a5033486b51d7b7829ec831fd98.tar.gz aggietimed-76bca61a5ca50a5033486b51d7b7829ec831fd98.zip | |
Diffstat (limited to 'src/actions.js')
| -rw-r--r-- | src/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.js b/src/actions.js index c1e8d23..a51376b 100644 --- a/src/actions.js +++ b/src/actions.js @@ -1,6 +1,6 @@ import * as aggietime from "./aggietime.js"; -const ACTIONS = { +export const ACTIONS = { "clock-in": aggietime.clock_in, "clock-out": aggietime.clock_out, "current-shift": aggietime.current_shift, |
