Fix import

This commit is contained in:
Owen
2026-05-29 15:38:37 -07:00
parent b071fa2c9f
commit 0ab1854125
11 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Textarea } from "@/components/ui/textarea";
import type { SignSshKeyResponse } from "@server/private/routers/ssh";
import { GetBrowserTargetResponse } from "@server/routers/resource";
import { GetBrowserTargetResponse } from "@server/routers/browserGatewayTarget";
import {
Card,
CardContent,