Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 4945
Línea 1... Línea 1...
1
import React, { useState, useEffect } from "react";
1
import React, { useState, useEffect } from "react";
2
import { connect } from "react-redux";
2
import { connect } from "react-redux";
3
import styled from "styled-components";
3
import styled from "styled-components";
4
import { Alert } from "react-bootstrap";
4
import Alert from "react-bootstrap/Alert";
5
import { removeNotification } from "../../redux/notification/notification.actions";
5
import { removeNotification } from "../../redux/notification/notification.actions";
Línea 6... Línea 6...
6
 
6
 
7
const AlertContainer = styled.div`
7
const AlertContainer = styled.div`
8
  .alert {
8
  .alert {