update imports

This commit is contained in:
Alec Armbruster 2023-06-19 21:48:38 -04:00
parent b4ac5b9f56
commit 69a123b6d8
No known key found for this signature in database
GPG key ID: 0BE3206ADE0F3B3B
21 changed files with 53 additions and 58 deletions

View file

@ -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";