Add @mailpoet/components package with a dummy testing component
[MAILPOET-5015]
This commit is contained in:
3
packages/js/components/src/dummy/index.tsx
Normal file
3
packages/js/components/src/dummy/index.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function Dummy(): JSX.Element {
|
||||
return <div>Dummy component</div>;
|
||||
}
|
Reference in New Issue
Block a user