Remove duplicate Layout import in Feed

cgen-e8c3c04b204349b28cef5af86135b7ae
This commit is contained in:
Builder.io 2025-09-27 23:41:28 +00:00
parent 3133bd2b5c
commit 0804db9f01

View file

@ -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";