We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bbb15 commit 2b5ade1Copy full SHA for 2b5ade1
1 file changed
src/ui/components/AddToServerRow.tsx
@@ -1,13 +1,12 @@
1
-import { findByDisplayName, findByProps, findByStoreName } from "@vendetta/metro";
+import { findByProps } from "@vendetta/metro";
2
import { showInputAlert } from "@vendetta/ui/alerts";
3
import { getAssetIDByName } from "@vendetta/ui/assets";
4
import { Forms } from "@vendetta/ui/components";
5
import { showToast } from "@vendetta/ui/toasts";
6
import fetchImageAsDataURL from "../../lib/utils/fetchImageAsDataURL";
7
8
const { default: GuildIcon, GuildIconSizes } = findByProps("GuildIconSizes");
9
-const Icon = findByDisplayName("Icon");
10
-const { FormRow } = Forms;
+const { FormRow: { default: FormRow, Icon } } = Forms;
11
12
const Emojis = findByProps("uploadEmoji");
13
const LazyActionSheet = findByProps("openLazy", "hideActionSheet");
0 commit comments