Fix missing React hooks imports causing loading hang
cgen-16e0c867e97140d794d55e9e31f4e647
This commit is contained in:
parent
49176d45a9
commit
9936494fbc
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
|
import { useEffect, useState } from "react";
|
||||||
import { useLocation } from "react-router-dom";
|
import { useLocation } from "react-router-dom";
|
||||||
|
|
||||||
interface PageTransitionProps {
|
interface PageTransitionProps {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue