Skip to content

Commit

Permalink
fix index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-nurelm committed Mar 8, 2018
1 parent bafacb4 commit 6cfd6a4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Binary file added .DS_Store
Binary file not shown.
Empty file added README.md
Empty file.
9 changes: 9 additions & 0 deletions index.js
@@ -0,0 +1,9 @@
import DataTable from './src/components/DataTable';
import DataTableRedux from './src/components/DataTableRedux';
import dataTableReducer from './src/reducers/dataTableReducer';

export {
DataTable,
DataTableRedux,
dataTableReducer
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "react-redux-datatable",
"name": "redux-remote-datatable",
"version": "0.0.1",
"description": "A React and Redux-based table for server-processed data.",
"main": "index.js",
Expand Down
Binary file added src/.DS_Store
Binary file not shown.
9 changes: 0 additions & 9 deletions src/index.js

This file was deleted.

0 comments on commit 6cfd6a4

Please sign in to comment.