Skip to content

Commit

Permalink
ReactHW-02 PhoneBook done finally
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKryvenko56 committed May 28, 2023
1 parent c7f4c05 commit 8b505e6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import React, { Component } from 'react';
import { nanoid } from 'nanoid';
// import PropTypes from 'prop-types';
import ContactForm from './ContactForm/ContactForm';
import ContactList from './ContactList/ContactList';
import Filter from './Filter/Filter';
// import styled from 'styled-components';
import { Container, PhonebookImage } from './App.styled';
import phonebookImage from '../asset/phonebook.png';
// import { ContactName } from './ContactList/ContactList.styled';

class App extends Component {
state = {
Expand Down
1 change: 0 additions & 1 deletion src/components/ContactForm/ContactForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {
FormContainer,
// Input,
Button,
} from './ContactForm.styled';

Expand Down
3 changes: 0 additions & 3 deletions src/components/ContactList/ContactList.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from 'react';
import PropTypes from 'prop-types';
// import ContactItem from '../ContactItem/ContactItem';
// import { List, ListItem, ContactName, DeleteButton } from
// './ContactList.styled';
import {
ListContainer,
ListItem,
Expand Down
2 changes: 0 additions & 2 deletions src/components/Filter/Filter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from 'react';
import PropTypes from 'prop-types';
// import { Input, PhonebookImage } from './Filter.styled';



const Filter = ({ value, onChange }) => {
Expand Down

0 comments on commit 8b505e6

Please sign in to comment.