Cleanup types

This commit is contained in:
Louis Knight-Webb
2025-06-15 14:39:45 -04:00
parent 3d6b108880
commit a435e3ce5d
15 changed files with 42 additions and 116 deletions

View File

@@ -10,7 +10,7 @@ import {
} from "@/components/ui/card";
import { Alert, AlertDescription } from "@/components/ui/alert";
import { Badge } from "@/components/ui/badge";
import { ApiResponse } from "@/types";
import { ApiResponse } from "shared/types";
import { authStorage, makeAuthenticatedRequest } from "@/lib/auth";
import {
Heart,