update deps & lint

This commit is contained in:
Sacha Weatherstone
2024-01-06 10:15:49 +10:00
parent 079bbed620
commit 7fb2da396f
37 changed files with 261 additions and 267 deletions

View File

@@ -1,5 +1,3 @@
import { cn } from "@app/core/utils/cn.js";
export interface DeviceSelectorButtonProps {
active: boolean;
onClick: () => void;