We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34a0c3 commit e93eb84Copy full SHA for e93eb84
src/feature/post/ui/PostList.tsx
@@ -2,8 +2,7 @@ import { useQuery, useQueryClient } from "@tanstack/react-query"
2
import React, { useEffect, useState } from "react"
3
import { getTags, getUser, Tags } from "../../../entities"
4
import { userPostInfo, useSearchQueryStore, useSelectedUserStore } from "../model"
5
-import { Pagination } from "../../../shared"
6
-import { Author, CardContent, QUERY_KEYS, useURL } from "../../../shared"
+import { Author, CardContent, QUERY_KEYS, useURL, Pagination } from "../../../shared"
7
import { PostSearchFilter } from "./PostSearchFilter"
8
import { PostTable } from "./PostTable"
9
0 commit comments