rename js/x ts/x

This commit is contained in:
Thomas Ruoff
2020-08-26 22:36:27 +02:00
committed by Thomas Ruoff
parent 9853e31201
commit be1e22460d
23 changed files with 0 additions and 0 deletions

12
components/footer.tsx Normal file
View 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>
)
}