mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
export default function Imprint() {
|
|
return (
|
|
<div className="bg-amber-100 text-blue-900">Impressum & Datenschutz</div>
|
|
);
|
|
}
|