mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
store: Refactoring to split calendar and addressbook
This commit is contained in:
@@ -9,8 +9,7 @@ use askama::Template;
|
||||
use routes::login::{route_get_login, route_post_login};
|
||||
use rustical_store::{
|
||||
auth::{AuthenticationMiddleware, AuthenticationProvider, User},
|
||||
model::Calendar,
|
||||
CalendarStore,
|
||||
Calendar, CalendarStore,
|
||||
};
|
||||
use std::sync::Arc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user