Iterate PR first round
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
e4cf7314f5
commit
44141bf048
3 changed files with 5 additions and 7 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue