mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
refactor(icons): move icons into dedicated folder
This commit is contained in:
@@ -83,7 +83,7 @@ import {
|
||||
} from "@headlessui/vue";
|
||||
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
|
||||
import type { Component } from "vue";
|
||||
import LinuxLogo from "./LinuxLogo.vue";
|
||||
import LinuxLogo from "./icons/LinuxLogo.vue";
|
||||
import WindowsLogo from "./WindowsLogo.vue";
|
||||
|
||||
const model = defineModel<string>();
|
||||
|
||||
@@ -63,8 +63,8 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import GithubLogo from './GithubLogo.vue';
|
||||
import DiscordLogo from './DiscordLogo.vue';
|
||||
import GithubLogo from './icons/GithubLogo.vue';
|
||||
import DiscordLogo from './icons/DiscordLogo.vue';
|
||||
|
||||
const navigation = {
|
||||
games: [
|
||||
|
||||
Reference in New Issue
Block a user