Added field types back into application.

This commit is contained in:
Jeff Baskin 2022-08-11 07:30:22 -04:00
parent c7d9cf0a69
commit 69e311226e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
pub mod fieldtype;
pub mod error;
use async_std::sync::{Arc, RwLock};