Add Manage subscription page

[MAILPOET-2677]
This commit is contained in:
Amine Ben hammou
2020-03-11 23:31:13 +01:00
committed by Veljko V
parent 48c6fcce37
commit 6026327b1f
10 changed files with 114 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import React, { ReactNode } from 'react';
type Props = {
title: string
description: string
description: ReactNode
htmlFor: string
}