SquidSpirit a577f94acd
All checks were successful
Frontend CI / build (push) Successful in 1m35s
BLOG-142 Move label to a new feature (#143)
### Description

- As the title

### Package Changes

_No response_

### Screenshots

_No response_

### Reference

Resolves #142.

### Checklist

- [x] A milestone is set
- [x] The related issuse has been linked to this branch

Reviewed-on: #143
Co-authored-by: SquidSpirit <squid@squidspirit.com>
Co-committed-by: SquidSpirit <squid@squidspirit.com>
2025-10-15 06:23:58 +08:00

6 lines
171 B
Rust

pub mod create_post_use_case;
pub mod get_all_post_info_use_case;
pub mod get_post_by_id_use_case;
pub mod get_post_by_semantic_id_use_case;
pub mod update_post_use_case;