Remove duplicate Layout import in Feed
cgen-e8c3c04b204349b28cef5af86135b7ae
This commit is contained in:
parent
3133bd2b5c
commit
0804db9f01
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, useState } from "react";
|
||||
import { Navigate } from "react-router-dom";
|
||||
|
|
|
|||
Loading…
Reference in a new issue