Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1304 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1304 Rev 1437
Línea 1... Línea 1...
1
import React from 'react'
1
import React from 'react'
2
import { Box } from '@mui/material'
2
import { Box } from '@mui/material'
3
import styled from 'styled-components'
3
import styled from 'styled-components'
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
5
import FormErrorFeedback from './FormErrorFeedBack'
5
import FormErrorFeedback from './form/FormErrorFeedback'
6
 
6
 
7
const StyledInput = styled(Box)`
7
const StyledInput = styled(Box)`
8
  align-items: center;
8
  align-items: center;