mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
LoginWithQR Update
This commit is contained in:
parent
0b3ff6361f
commit
3ca1a13289
1 changed files with 1 additions and 4 deletions
|
@ -32,10 +32,7 @@ type Spinner = ComponentType<Omit<HTMLAttributes<HTMLDivElement>, "children"> &
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://github.com/Kyuuhachi/VencordPlugins/blob/main/MessageLinkTooltip/index.tsx#L11-L33
|
// https://github.com/Kyuuhachi/VencordPlugins/blob/main/MessageLinkTooltip/index.tsx#L11-L33
|
||||||
export const { Spinner } = proxyLazy(() => Forms as any as {
|
export const Spinner = findComponentByCodeLazy('"pulsingEllipsis"') as Spinner;
|
||||||
Spinner: Spinner,
|
|
||||||
SpinnerTypes: typeof SpinnerTypes;
|
|
||||||
});
|
|
||||||
|
|
||||||
export const QrCodeIcon = findComponentByCodeLazy("0v3ZM20");
|
export const QrCodeIcon = findComponentByCodeLazy("0v3ZM20");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue