Skip to content

Instantly share code, notes, and snippets.

View jamie-ga's full-sized avatar

Jamie Weatherby jamie-ga

View GitHub Profile
// App.js
import React from 'react';
import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';
import WishlistApp from './wishlist/App';
import VisaCheckerApp from './visa-checker/App'
import TripSearchApp from './trip-search/App'
import { store } from './store'
const WishlistDOM = document.getElementById('wishlist-app')