7 lines
76 B
Rust
7 lines
76 B
Rust
|
#[macro_use]
|
||
|
extern crate enterprise_macros;
|
||
|
|
||
|
mod components;
|
||
|
|
||
|
fn main() {}
|