import styled from 'styled-components'; import AlertComponent from './components/AlertComponent'; import alertStyle from './style'; const Alert = styled(AlertComponent)` ${alertStyle} `; export default Alert;