Skip to content

Commit

Permalink
Update CreateCompany.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 5, 2023
1 parent 62cc844 commit 3bc0157
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion backend/src/pages/CreateCompany.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 3bc0157

Please sign in to comment.