Remove more files supporting the old web front-end

This commit is contained in:
Nathan Sobo 2022-04-21 09:06:34 -06:00
parent 9f0b044ba0
commit 9f83417b58
92 changed files with 17 additions and 1935 deletions

View file

@ -1,6 +1,5 @@
use anyhow::Context;
use anyhow::Result;
pub use async_sqlx_session::PostgresSessionStore as SessionStore;
use async_std::task::{block_on, yield_now};
use async_trait::async_trait;
use serde::Serialize;