impressum
This commit is contained in:
16
src/components/Impressum.tsx
Normal file
16
src/components/Impressum.tsx
Normal 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;
|
||||
Reference in New Issue
Block a user