update imports
This commit is contained in:
parent
b4ac5b9f56
commit
69a123b6d8
21 changed files with 53 additions and 58 deletions
|
@ -86,8 +86,8 @@ import {
|
|||
updateCommunityBlock,
|
||||
updatePersonBlock,
|
||||
} from "../../utils";
|
||||
import { getQueryParams } from "../../utils/helpers/get-query-params";
|
||||
import { getQueryString } from "../../utils/helpers/get-query-string";
|
||||
import getQueryParams from "../../utils/helpers/get-query-params";
|
||||
import getQueryString from "../../utils/helpers/get-query-string";
|
||||
import type { QueryParams } from "../../utils/types/query-params";
|
||||
import { CommentNodes } from "../comment/comment-nodes";
|
||||
import { BannerIconHeader } from "../common/banner-icon-header";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue