Created
April 17, 2020 10:08
-
-
Save tascott/6637072a1b9924f587b338f91e95e1e9 to your computer and use it in GitHub Desktop.
Seed data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import styled from 'styled-components'; | |
import Book from './Book'; | |
import Search from './Search'; | |
import booksData from './booksData'; | |
import booksData2 from './booksData'; | |
import GlobalStyle from './theme/globalStyle' | |
booksData[0].id = 20 | |
console.log('1', booksData) | |
console.log('2', booksData2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment