aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils/calculatorHandler.js
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-08 23:08:13 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-08 23:08:13 -0500
commitcb6a2ddb36d27abd12a6d0b9aa493194d4c242a2 (patch)
tree64ce4ac3e786b31a935be40438d5dc831121f055 /webAO/utils/calculatorHandler.js
parent6f4874fa20d4fa156dd762d5dacefd8a2e656bf0 (diff)
ESLint
Diffstat (limited to 'webAO/utils/calculatorHandler.js')
-rw-r--r--webAO/utils/calculatorHandler.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/webAO/utils/calculatorHandler.js b/webAO/utils/calculatorHandler.js
index 5ed8a43..7686573 100644
--- a/webAO/utils/calculatorHandler.js
+++ b/webAO/utils/calculatorHandler.js
@@ -1,7 +1,7 @@
-import calculateGifLength from "./calculateGifLength";
-import calculateWebpLength from "./calculateWebpLength";
+import calculateGifLength from './calculateGifLength';
+import calculateWebpLength from './calculateWebpLength';
export default {
- '.gif': calculateGifLength,
- '.webp': calculateWebpLength
-} \ No newline at end of file
+ '.gif': calculateGifLength,
+ '.webp': calculateWebpLength,
+};