refactor shared utils to more obviously separate contexts

This commit is contained in:
Vendicated 2024-03-13 21:59:09 +01:00
parent 9aa205b5ec
commit afdcf0edb9
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
21 changed files with 32 additions and 33 deletions

View file

@ -21,7 +21,7 @@ import "./spotifyStyles.css";
import ErrorBoundary from "@components/ErrorBoundary";
import { Flex } from "@components/Flex";
import { ImageIcon, LinkIcon, OpenExternalIcon } from "@components/Icons";
import { debounce } from "@utils/debounce";
import { debounce } from "@shared/debounce";
import { openImageModal } from "@utils/discord";
import { classes, copyWithToast } from "@utils/misc";
import { ContextMenuApi, FluxDispatcher, Forms, Menu, React, useEffect, useState, useStateFromStores } from "@webpack/common";