Remove duplicate Layout import causing redeclaration error
cgen-964f4c21630b4288a284fa3d99adff3a
This commit is contained in:
parent
d8c2239859
commit
454cee088f
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import Layout from "@/components/Layout";
|
||||
import Layout from "@/components/Layout";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
|
|
|
|||
Loading…
Reference in a new issue