6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { UnsubscribeForm } from '../../components/pages/unsubscribe';
|
|
|
|
export default function Unsubscribe() {
|
|
return <UnsubscribeForm />;
|
|
}
|