FEAT-5: add /genetik route + nav entry + German strings (page stub)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
gerbil-manager-web/src/pages/GenetikPage.tsx
Normal file
11
gerbil-manager-web/src/pages/GenetikPage.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { de } from '../strings/de'
|
||||
|
||||
export default function GenetikPage() {
|
||||
const t = de.pages.genetik
|
||||
return (
|
||||
<section className="page">
|
||||
<h2>{t.title}</h2>
|
||||
<p className="muted">{t.subtitle}</p>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user