mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-08 18:57:01 +00:00
init
This commit is contained in:
parent
42ec5539dc
commit
b536ee4124
23 changed files with 8696 additions and 223 deletions
11
components/Footer.tsx
Normal file
11
components/Footer.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Link from "next/link";
|
||||
|
||||
export const Footer = () => {
|
||||
return (
|
||||
<div>
|
||||
<Link href="/imprint">
|
||||
<a>Impressum & Datenschutz</a>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue