fix the file store

This commit is contained in:
Tamo
2022-09-07 20:37:15 +02:00
committed by Clément Renault
parent fa742f60e8
commit 46b8ebcab4
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
mod batch;
mod document_formats;
pub mod error;
pub mod index;
pub mod task;