refactor(windows logo): moved windows logo into logos dir

This commit is contained in:
DecDuck
2024-12-06 21:25:21 +11:00
parent c4391d3f4d
commit 789d3ba2f2
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ import {
import { CheckIcon, ChevronUpDownIcon } from "@heroicons/vue/20/solid";
import type { Component } from "vue";
import LinuxLogo from "./icons/LinuxLogo.vue";
import WindowsLogo from "./WindowsLogo.vue";
import WindowsLogo from "./icons/WindowsLogo.vue";
const model = defineModel<string>();