Move stuff to files module

This commit is contained in:
Joscha 2021-11-21 23:00:12 +01:00
parent 5674bcdc00
commit b4b8dd53e0
8 changed files with 31 additions and 20 deletions

View file

@ -3,7 +3,7 @@ use std::result;
use chrono::{Datelike, NaiveDate};
use crate::commands::{Birthday, Command, File, Note, Spec, Task};
use crate::files::commands::{Birthday, Command, File, Note, Spec, Task};
use self::entries::{DateRange, Entry, EntryKind, EntryMap};