Fix code to use new JSX transform

This was done using "update-react-imports" codemod.

[MAILPOET-3915]
This commit is contained in:
Jan Jakes
2022-03-14 13:35:41 +01:00
committed by Veljko V
parent 2d4c4db5d0
commit 054cf1dda1
442 changed files with 320 additions and 583 deletions

View File

@@ -1,4 +1,3 @@
import React from 'react';
import { SaveButton } from 'settings/components';
import TaskScheduler from './task_scheduler';
import Roles from './roles';