Add server selection to upload component (#42)

* Feature: Add server selection to upload component

* fix build error

* update lock file

* add @radix-ui/react-select

* Remove unused service worker map file
This commit is contained in:
mroxso
2025-02-11 22:04:52 +01:00
committed by GitHub
parent 1a175a351a
commit 8098a36ad6
13 changed files with 805 additions and 2680 deletions

View File

@@ -1,4 +1,4 @@
import { type ClassValue, clsx } from "clsx"
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {