Initial push of Plunk Next
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {Img} from '@react-email/components';
|
||||
import * as React from 'react';
|
||||
|
||||
export function Header() {
|
||||
return (
|
||||
<>
|
||||
<Img src="https://www.swyp.be/favicon/web-app-manifest-192x192.png" alt="Swyp Logo" width="40" height="40" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user