File tree 4 files changed +3
-3
lines changed
widgets/api-list/module/hooks
4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- import { useSwaggerDocStore } from "@/entities/document /model/document-store" ;
1
+ import { useSwaggerDocStore } from "@/entities/docs /model/document-store" ;
2
2
import {
3
3
APIWithOrder ,
4
4
sequenceStorage ,
Original file line number Diff line number Diff line change
1
+ import { useSwaggerDocStore } from "@/entities/docs/model/document-store" ;
1
2
import {
2
3
ApiList ,
3
4
GET_API_LIST_RESULT ,
4
5
Path ,
5
6
} from "@/pages/content/modules/getApiList" ;
6
7
import { useEffect , useState } from "react" ;
7
- import { useSwaggerDocStore } from "src/entities/document/model/document-store" ;
8
8
9
9
interface GetApiListProps {
10
10
setApiList : ( ApiList : ApiList ) => void ;
Original file line number Diff line number Diff line change 1
- import { useSwaggerDocStore } from "@/entities/document /model/document-store" ;
1
+ import { useSwaggerDocStore } from "@/entities/docs /model/document-store" ;
2
2
import { useGETDocs } from "@/entities/swagger/api/get-document" ;
3
3
import { transformApiFromSwagger } from "@/features/api-generate/module/utils/apiTransform" ;
4
4
import { API } from "@/pages/content/modules/getApiList" ;
You can’t perform that action at this time.
0 commit comments