diff --git a/backend/src/pages/CreateCompany.tsx b/backend/src/pages/CreateCompany.tsx index e7be3a931..24568e1e6 100644 --- a/backend/src/pages/CreateCompany.tsx +++ b/backend/src/pages/CreateCompany.tsx @@ -1,6 +1,13 @@ import React, { useState } from 'react' import { - Input, InputLabel, FormControl, FormHelperText, Button, Paper, FormControlLabel, Switch + Input, + InputLabel, + FormControl, + FormHelperText, + Button, + Paper, + FormControlLabel, + Switch } from '@mui/material' import { Info as InfoIcon } from '@mui/icons-material' import validator from 'validator'