1
0
Fork 0

reformat code

This commit is contained in:
ChaotiCryptidz 2022-01-19 14:17:37 +00:00
parent a0bb467698
commit b25d2b85e7

View file

@ -12,8 +12,8 @@ export class Settings extends Component<DefaultPageProps> {
<> <>
<PageTitle title={i18next.t("settings_title")} /> <PageTitle title={i18next.t("settings_title")} />
<Grid size={GridSizes.NORMAL}> <Grid size={GridSizes.NORMAL}>
<GeneralSettings {...this.props} /> <GeneralSettings {...this.props} />
<KeyValueEditorSettings {...this.props} /> <KeyValueEditorSettings {...this.props} />
</Grid> </Grid>
</> </>
); );