Add DateTime to prelude

This commit is contained in:
Nathan Fisher 2024-12-17 14:04:57 -05:00
parent 3c965faf86
commit 7caa5d1552

View File

@ -1,4 +1,5 @@
pub use crate::{ pub use crate::{
datetime::{DateTime, Error as DateTimeError},
month::{Error as MonthError, Month}, month::{Error as MonthError, Month},
weekday::Weekday, weekday::Weekday,
year::Year, year::Year,