Skip to content

Commit

Permalink
chore: use crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Sep 16, 2024
1 parent 9465923 commit f8cb811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/src/modules/post/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pub mod post_create;
pub mod posts;

use crate::post::post_create::post_create::PostCreateInput;
use anyhow::Result;
use post_create::post_create::PostCreateInput;
use pxid::Pxid;
use reqwest::{Client, Url};

Expand Down

0 comments on commit f8cb811

Please sign in to comment.