mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
rename js/x ts/x
This commit is contained in:
committed by
Thomas Ruoff
parent
9853e31201
commit
be1e22460d
12
components/footer.tsx
Normal file
12
components/footer.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="mt-5 mb-2">
|
||||
<p>i.A. des Freundeskreis des VCP Rosenfeld</p>
|
||||
<p>
|
||||
Hier sollte es irgendwann ein Impressum, Datenschutzhinweise usw. geben.
|
||||
</p>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user