Remove unused imports
This commit is contained in:
parent
d3d1d9d1af
commit
69d09bb8a4
@ -1,7 +1,5 @@
|
||||
import type { ArticleStore } from "../domain/articleStore";
|
||||
import { getArticleUseCase } from "../useCases/getArticleUseCase";
|
||||
import { useCallback, useEffect } from "react";
|
||||
import { fetchArticleUseCase } from "article/useCases/fetchArticleUseCase";
|
||||
import { getArticle } from "article/data/articleAPIService";
|
||||
import { Article } from "article/domain/articleEntity";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user