add breadcrumbs component

This commit is contained in:
Schneider Roland
2025-01-26 23:22:13 +01:00
parent 04c436cb34
commit 129e796852
3 changed files with 75 additions and 3 deletions

View File

@@ -58,3 +58,7 @@ export default async function About() {
);
}
export const getBreadCrumbName = () => {
return "Rólunk;"
}