fix: dropdown import (#3459)

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
Co-authored-by: Emma Alexia <emma@modrinth.com>
This commit is contained in:
Aaron Müller
2025-04-12 18:22:16 +02:00
committed by GitHub
parent 487bdd1e48
commit 56520572b2

View File

@@ -108,7 +108,6 @@
</template>
<script setup>
import { formatProjectType } from "~/plugins/shorthands.js";
import {
ChevronRightIcon,
CheckIcon,
@@ -117,7 +116,9 @@ import {
LightBulbIcon,
SendIcon,
ScaleIcon,
DropdownIcon,
} from "@modrinth/assets";
import { formatProjectType } from "~/plugins/shorthands.js";
import { acceptTeamInvite, removeTeamMember } from "~/helpers/teams.js";
const props = defineProps({