mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 19:37:01 -04:00
plugins(fixfileExtensions): organize
This commit is contained in:
parent
118e8387db
commit
fda023d503
3 changed files with 14 additions and 16 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
import { Upload } from "@api/MessageEvents";
|
||||
import { Settings } from "@api/Settings";
|
||||
import { EquicordDevs, reverseExtensionMap } from "@utils/constants";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import { reverseExtensionMap } from "./components";
|
||||
import definePlugin from "@utils/types";
|
||||
|
||||
type ExtUpload = Upload & { fixExtension?: boolean; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue