feat(core-api): compose @repo/blog/api into appRouter under 'blog' namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Article } from "@/entities/article";
|
||||
import type { Article } from "../../entities/article";
|
||||
|
||||
export interface IArticlesRepository {
|
||||
getArticle(id: string): Promise<Article | undefined>;
|
||||
|
||||
Reference in New Issue
Block a user