Add missing newline at end of file

This commit is contained in:
nickofolas 2022-02-20 09:03:16 -06:00 committed by nickofolas
parent d1edbe9a43
commit 137539c1db

@ -273,4 +273,4 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
</Paper> </Paper>
</Modal> </Modal>
) )
} }