From 9d44ed904bed499dcc2dd6b94a3a9fc201358f64 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 27 Sep 2025 23:58:28 +0000 Subject: [PATCH] Fix missing React hooks imports in LoadingScreen cgen-83797a3cff56489f9bf8a918fc74205e --- client/components/LoadingScreen.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/LoadingScreen.tsx b/client/components/LoadingScreen.tsx index 402f284d..70b7ddef 100644 --- a/client/components/LoadingScreen.tsx +++ b/client/components/LoadingScreen.tsx @@ -1,4 +1,5 @@ import { useEffect, useState } from "react"; +import { useEffect, useState } from "react"; import { cn } from "@/lib/utils"; interface LoadingScreenProps {