Add Manage subscription page
[MAILPOET-2677]
This commit is contained in:
committed by
Veljko V
parent
48c6fcce37
commit
6026327b1f
@@ -1,8 +1,8 @@
|
||||
import React from 'react';
|
||||
import React, { ReactNode } from 'react';
|
||||
|
||||
type Props = {
|
||||
title: string
|
||||
description: string
|
||||
description: ReactNode
|
||||
htmlFor: string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user