make suggested changes

This commit is contained in:
Alec Armbruster 2023-06-20 10:17:16 -04:00
parent 69a123b6d8
commit e4f9c31cfa
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B
27 changed files with 102 additions and 66 deletions

View file

@ -1,3 +1,5 @@
import { getQueryParams, getQueryString } from "@utils/helpers";
import type { QueryParams } from "@utils/types";
import { Component, linkEvent } from "inferno";
import { RouteComponentProps } from "inferno-router/dist/Route";
import {
@ -86,9 +88,6 @@ import {
updateCommunityBlock,
updatePersonBlock,
} from "../../utils";
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";
import { DataTypeSelect } from "../common/data-type-select";