↓ 1 callersFunctioncreateArticle(
apiAuthToken: string,
title: string,
description: string,
body: string,
tagList: string[],
)
app/lib/domain/article/editor.ts:18
FunctionArticleFavoriteButton({
articleSlug,
favoritesCount,
isFavorite,
className,
full = false,
})
app/components/article/ArticleFavoriteButton.tsx:14