diff options
author | Michael Hunteman <michael@huntm.net> | 2024-11-08 14:10:26 -0800 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-11-08 14:10:26 -0800 |
commit | ea42387252c30a198f8f6251c5960f865e01b229 (patch) | |
tree | c0dc8fe9d1780a8653c215c79593d555c93c8c83 /client/package.json | |
parent | 9f4fe3236e0c5f135c44a245b9157270e940c36d (diff) |
Add export-to-csv
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index eda5a5b..f7bf568 100644 --- a/client/package.json +++ b/client/package.json @@ -17,6 +17,7 @@ "@mui/material": "^5.16.7", "@mui/x-date-pickers": "^7.14.0", "@reduxjs/toolkit": "^2.2.1", + "export-to-csv": "^1.4.0", "material-react-table": "^2.13.1", "react": "^18.2.0", "react-dom": "^18.2.0", |