Fix: Fix build errors (#6)

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-06-05 16:58:40 +03:00
committed by GitHub
parent 2ce37ea99b
commit 7a0dac201e
8 changed files with 20 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { MedReportSmallLogo } from "@/assets/MedReportSmallLogo";
import { MedReportSmallLogo } from "@/public/assets/MedReportSmallLogo";
export const MedReportTitle = () => (
<div className="flex gap-2 justify-center">

View File

@@ -1,4 +1,4 @@
import { signOutAction } from "@/app/example/actions";
import { signOutAction } from "@/lib/actions/sign-out";
import { hasEnvVars } from "@/utils/supabase/check-env-vars";
import Link from "next/link";
import { Badge } from "./ui/badge";