Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonVirgo committed Aug 3, 2024
1 parent e5d4e30 commit 9d1b2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/dashboard/vote_data.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{ components::buttons::{gen_button, ButtonType, FormSubmitButton}, models::votes::get_votes, scraping::scraper, utils::{app_state::AppState, url::ForumURL}};
use crate::{ components::buttons::{gen_button, ButtonType, FormSubmitButton}, models::votes::get_votes, utils::{app_state::AppState, url::ForumURL}};
use actix_web::{get, post, web::{self, Data}, HttpResponse, Responder};
use maud::{html, Markup};

Expand Down

0 comments on commit 9d1b2b2

Please sign in to comment.