Add useRef import
cgen-4d1504f4a1054b44a814ddbaa3568231
This commit is contained in:
parent
9e8163d005
commit
5aef5285eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useEffect, useState } from "react";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
import { useNavigate, useParams, Link } from "react-router-dom";
|
||||
import Layout from "@/components/Layout";
|
||||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
|
|
|
|||
Loading…
Reference in a new issue