Fix issue with old import

This commit is contained in:
Ben Wishovich 2022-11-14 14:57:47 -08:00
parent 107f7c05c6
commit bf301c2266
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cfg_if! {
use futures::StreamExt;
use leptos_meta::*;
use leptos_router::*;
use leptos_sfa::*;
use leptos_hackernews*;
#[get("/static/style.css")]
async fn css() -> impl Responder {
NamedFile::open_async("./style.css").await