Showing
1 changed file
with
2 additions
and
2 deletions
1 | import React from "react"; | 1 | import React from "react"; |
2 | import Styled from "styled-components"; | 2 | import Styled from "styled-components"; |
3 | -import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | 3 | +//import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; |
4 | -import { faList, faAddressBook } from "@fortawesome/free-solid-svg-icons"; | 4 | +//import { faList, faAddressBook } from "@fortawesome/free-solid-svg-icons"; |
5 | import PropTypes from "prop-types"; | 5 | import PropTypes from "prop-types"; |
6 | 6 | ||
7 | const Container = Styled.div` | 7 | const Container = Styled.div` | ... | ... |
-
Please register or login to post a comment