Skip to content

Commit

Permalink
Revert "findByName-ification"
Browse files Browse the repository at this point in the history
This reverts commit 2b5ade1.
  • Loading branch information
FieryFlames committed Mar 27, 2023
1 parent 2b5ade1 commit a894874
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ui/components/AddToServerRow.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { findByProps } from "@vendetta/metro";
import { findByDisplayName, findByProps, findByStoreName } from "@vendetta/metro";
import { showInputAlert } from "@vendetta/ui/alerts";
import { getAssetIDByName } from "@vendetta/ui/assets";
import { Forms } from "@vendetta/ui/components";
import { showToast } from "@vendetta/ui/toasts";
import fetchImageAsDataURL from "../../lib/utils/fetchImageAsDataURL";

const { default: GuildIcon, GuildIconSizes } = findByProps("GuildIconSizes");
const { FormRow: { default: FormRow, Icon } } = Forms;
const Icon = findByDisplayName("Icon");
const { FormRow } = Forms;

const Emojis = findByProps("uploadEmoji");
const LazyActionSheet = findByProps("openLazy", "hideActionSheet");
Expand Down

0 comments on commit a894874

Please sign in to comment.