chore: fix build issues

This commit is contained in:
Aarnav Tale
2025-01-28 16:18:51 -05:00
parent 6922548317
commit 843cfc4d4f
5 changed files with 66 additions and 47 deletions
+1 -1
View File
@@ -4,11 +4,11 @@ import { Link } from 'react-router';
import Chip from '~/components/Chip';
import Menu from '~/components/Menu';
import StatusCircle from '~/components/StatusCircle';
import { toast } from '~/components/Toaster';
import type { HostInfo, Machine, Route, User } from '~/types';
import { cn } from '~/utils/cn';
import * as hinfo from '~/utils/host-info';
import toast from '~/utils/toast';
import MenuOptions from './menu';
interface Props {