Skip to content

Commit 4bef3d6

Browse files
lint fix
1 parent 5a1b264 commit 4bef3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BMDashboard/Team/CreateNewTeam/CreateNewTeam.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Joi from 'joi';
55
import { boxStyle } from '../../../../styles';
66
import styles from './CreateNewTeam.module.css';
77
import { getUserProfileBasicInfo } from '../../../../actions/userManagement';
8-
import {toast} from 'react-toastify';
8+
import { toast } from 'react-toastify';
99

1010

1111
const initialFormState = {

0 commit comments

Comments
 (0)