This website requires JavaScript.
Explore
Help
Sign In
liaohui
/
doctor-mail
Watch
1
Star
0
Fork
You've already forked doctor-mail
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
73a257cba5
doctor-mail
/
packages
/
client
/
src
/
api
/
hooks
/
usePost.ts
5 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
01250037
2025-01-25 00:37:59 +08:00
import
{
useEntity
}
from
"./useEntity"
;
12300826
2024-12-30 08:26:40 +08:00
export
function
usePost() {
01250037
2025-01-25 00:37:59 +08:00
return
useEntity
(
"post"
)
12300826
2024-12-30 08:26:40 +08:00
}