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

This commit is contained in:
kudinDmitriyUp
2026-06-13 23:57:56 +00:00
parent 506abe4144
commit 06bcd1b24f

View File

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