Fix missing React hooks imports in LoadingScreen
cgen-83797a3cff56489f9bf8a918fc74205e
This commit is contained in:
parent
9936494fbc
commit
9d44ed904b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { useEffect, useState } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
interface LoadingScreenProps {
|
||||
|
|
|
|||
Loading…
Reference in a new issue