1
0
Fork 0

remove div

This commit is contained in:
ChaotiCryptidz 2022-01-23 18:42:17 +00:00
parent 548d5caa8a
commit 35663d94eb

View file

@ -23,7 +23,6 @@ export class Settings extends Component<DefaultPageProps> {
<GeneralSettings {...this.props} />
<KeyValueSettings {...this.props} />
</Grid>
<div></div>
</>
);
}