mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
feat(import): overhauled version importing
This commit is contained in:
6
composables/icons.ts
Normal file
6
composables/icons.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { IconsLinuxLogo, IconsWindowsLogo } from "#components";
|
||||
|
||||
export const PLATFORM_ICONS = {
|
||||
[PlatformClient.Linux]: IconsLinuxLogo,
|
||||
[PlatformClient.Windows]: IconsWindowsLogo,
|
||||
};
|
||||
Reference in New Issue
Block a user