Get rid of repo module

This commit is contained in:
Joscha 2023-08-06 13:13:04 +02:00
parent 2be929ec94
commit 0146bcb016
3 changed files with 11 additions and 17 deletions

View file

@ -1,7 +1,6 @@
mod config;
mod db;
mod recurring;
mod repo;
mod somehow;
mod state;
mod web;