diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-05-15 21:42:47 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-05-29 10:46:04 -0400 |
| commit | e38854c7db0fe6f006304d7f638b6aa190fc2d87 (patch) | |
| tree | eb730768a5f9c68f20c3b20a180cb1ab327a2de5 /src/resources/mod.rs | |
| parent | 3f0cfb69f2ab1dda4425fe871a6cbf3b4bfb8dc3 (diff) | |
Started on frontend
Diffstat (limited to 'src/resources/mod.rs')
| -rw-r--r-- | src/resources/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/mod.rs b/src/resources/mod.rs new file mode 100644 index 0000000..9251d2c --- /dev/null +++ b/src/resources/mod.rs @@ -0,0 +1,4 @@ +pub mod languages; +pub mod scripts; +pub mod style; +pub mod templates; |
