Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasename committed Oct 7, 2023
1 parent a5bc0c0 commit 05c9a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/validation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import moment from "moment";
import moment from "moment-timezone";

type Error = {
message?: string;
Expand Down

0 comments on commit 05c9a64

Please sign in to comment.