We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1b264 commit 4bef3d6Copy full SHA for 4bef3d6
1 file changed
src/components/BMDashboard/Team/CreateNewTeam/CreateNewTeam.jsx
@@ -5,7 +5,7 @@ import Joi from 'joi';
5
import { boxStyle } from '../../../../styles';
6
import styles from './CreateNewTeam.module.css';
7
import { getUserProfileBasicInfo } from '../../../../actions/userManagement';
8
-import {toast} from 'react-toastify';
+import { toast } from 'react-toastify';
9
10
11
const initialFormState = {
0 commit comments