You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-05 15:22:09 +03:00
Apply prettier formatting
This commit is contained in:
@@ -21,7 +21,9 @@ interface Props extends DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLEleme
|
||||
|
||||
export default function SplashPage({ children, className, ...other }: Props) {
|
||||
const classes = classNames(className, "mx_SplashPage");
|
||||
return <main {...other} className={classes}>
|
||||
{ children }
|
||||
</main>;
|
||||
return (
|
||||
<main {...other} className={classes}>
|
||||
{children}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user