Bob AI: fix build error in src/components/Layout.tsx
This commit is contained in:
@@ -6,7 +6,8 @@ import { Instagram, Layout, Twitter } from "lucide-react";
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
export { LayoutComponent as Layout };
|
||||
export default function LayoutComponent() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Work",
|
||||
|
||||
Reference in New Issue
Block a user