inner navbar belong about page
This commit is contained in:
9
app/[locale]/about/baza/page.tsx
Normal file
9
app/[locale]/about/baza/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import NormativBazaPage from "@/components/pages/about/aboutDetail/baza";
|
||||
|
||||
export default function Baza() {
|
||||
return (
|
||||
<div>
|
||||
<NormativBazaPage />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user