impressum

This commit is contained in:
Peter Hoppe
2022-12-27 16:33:21 +01:00
parent 0187c464db
commit fd65306aaf
7 changed files with 185 additions and 72 deletions

View File

@ -0,0 +1,16 @@
import React from 'react';
import ImpressTxt from './ImpressTxt';
import './Impressum.css'
const Impressum = () =>
{
return (
<>
<h1>Impressum</h1>
<ImpressTxt />
</>
)
;
}
export default Impressum;