Bob AI: fix build error in src/components/Layout.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-17 14:17:34 +00:00
parent c7e1123be8
commit d16a3c342f

View File

@@ -89,6 +89,10 @@ export default function Layout() {
},
]}
copyright="© 2024 Shawarma Alassima. All rights reserved."
links={[
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]}
/>
</SectionErrorBoundary>
</StyleProvider>