mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 00:04:18 +00:00
Remove some unused imports
This commit is contained in:
parent
9fd3be19cf
commit
5ca640be39
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
use axum::Extension;
|
||||
use axum::extract::{Path, WebSocketUpgrade};
|
||||
use uuid::Uuid;
|
||||
use crate::kebab::Skewer;
|
||||
use crate::routes::board::structs::{BoardAction};
|
||||
use crate::task::{Task, TaskIcon, TaskImportance, TaskPriority, TaskStatus};
|
||||
use super::ws;
|
||||
|
||||
pub(crate) async fn handler(
|
||||
|
|
Loading…
Reference in a new issue