Iterate PR first round

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-09-13 18:23:37 +02:00
parent e4cf7314f5
commit 44141bf048
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
3 changed files with 5 additions and 7 deletions

View file

@ -18,8 +18,8 @@ import React from 'react';
import { replaceableComponent } from "../../utils/replaceableComponent";
interface IProps {
title: JSX.Element;
message: JSX.Element;
title: React.ReactNode;
message: React.ReactNode;
}
@replaceableComponent("structures.GenericErrorPage")