Fix: Fix build errors (#6)
Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user