Skip to content

Instantly share code, notes, and snippets.

@rijdz
Last active October 22, 2017 22:43
Show Gist options
  • Save rijdz/e34243450cd03700d0039d51f8402db6 to your computer and use it in GitHub Desktop.
Save rijdz/e34243450cd03700d0039d51f8402db6 to your computer and use it in GitHub Desktop.
[React] List of Import
import React from 'react';
/*get component from node module*/
import { composeWithTracker } from 'react-komposer';
import { browserHistory } from 'react-router';
import { IndexLinkContainer, LinkContainer } from 'react-router-bootstrap';
import { Nav, NavItem, NavDropdown, MenuItem } from 'react-bootstrap';
/*get component from react bootstrap*/
import { Row, Col } from 'react-bootstrap';
import { Nav, NavItem } from 'react-bootstrap';
import { Tab, Tabs } from 'react-bootstrap';
import { Breadcrumb } from 'react-bootstrap';
import { Panel } from 'react-bootstrap';
import { ListGroup, ListGroupItem } from 'react-bootstrap';
import { Button, ButtonToolbar } from 'react-bootstrap';
import { Glyphicon } from 'react-bootstrap';
import { Grid } from 'react-bootstrap';
/*get component from other directory*/
import { composeWithTracker } from 'react-komposer';
import { Documents } from '../../api/documents/documents.js';
import { DocumentsList } from '../components/documents-list.js';
import { Loading } from '../components/loading.js';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment