Created
April 26, 2016 17:54
-
-
Save allizad/6698be265fc5ef007060095428269556 to your computer and use it in GitHub Desktop.
Main js file for searchkit history error
This file contains hidden or 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, { Component } from 'react'; | |
import {render} from 'react-dom'; | |
import Searchkit from 'searchkit'; | |
require('bootstrap/dist/css/bootstrap.css'); | |
require('./styles/main.scss'); | |
import KanbanBoardContainer from './KanbanBoardContainer'; | |
render(<KanbanBoardContainer />, document.getElementById('root')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment