Migrate link and tag components
This commit is contained in:
parent
79daad993e
commit
d420097a88
11 changed files with 93 additions and 54 deletions
5
src/app/components/mod.rs
Normal file
5
src/app/components/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod tag;
|
||||
pub use tag::Tag;
|
||||
|
||||
mod link;
|
||||
pub use link::Link;
|
Loading…
Add table
Add a link
Reference in a new issue