Skip to content

Commit

Permalink
fix(vote): use non namespaced moment import
Browse files Browse the repository at this point in the history
  • Loading branch information
kashw2 committed Sep 14, 2024
1 parent 5085300 commit b5f235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/app/pages/create-vote/create-vote.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import {Candidate, Group, Vote} from "@kashw2/lib-ts";
import {None, Option, Some} from "funfix-core";
import {UserService} from "../../service/user.service";
import {BehaviorSubject} from "rxjs";
import * as moment from "moment";
import {VoteService} from "../../service/vote.service";
import {GroupService} from "../../service/group.service";
import {ToastService} from "../../service/toast.service";
import moment from "moment";

@Component({
selector: 'app-create-vote',
Expand Down

0 comments on commit b5f235d

Please sign in to comment.