Skip to content

Instantly share code, notes, and snippets.

@tascott
Created April 17, 2020 10:08
Show Gist options
  • Save tascott/6637072a1b9924f587b338f91e95e1e9 to your computer and use it in GitHub Desktop.
Save tascott/6637072a1b9924f587b338f91e95e1e9 to your computer and use it in GitHub Desktop.
Seed data
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