Skip to content

Commit

Permalink
chore: fix tsc/lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Nov 13, 2024
1 parent 56540d7 commit 73e703f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createRouter, createWebHistory } from "vue-router";

import HomeView from "@/views/HomeView.vue";
import CreateProposalView from "@/views/CreateProposalView.vue";
import ProposalView from "@/views/ProposalView.vue";
import HistoryView from "@/views/HistoryView.vue";
import FaqView from "@/views/FaqView.vue";
Expand Down

0 comments on commit 73e703f

Please sign in to comment.