1
0
mirror of https://github.com/mastodon/flodgatt synced 2025-04-11 22:58:25 +02:00

Removed unused import

This commit is contained in:
Julian Laubstein 2019-02-11 21:02:22 +01:00
parent 524935c441
commit cd30353b30

View File

@ -1,4 +1,3 @@
use actix::System;
use actix_web::{HttpRequest, Responder};
pub fn index(_req: HttpRequest) -> impl Responder {