Skip to content

Commit

Permalink
Use auto export
Browse files Browse the repository at this point in the history
  • Loading branch information
David Narbutovich committed Feb 25, 2018
1 parent b02cf2b commit 5c69fa2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Tabs from './components/Tabs';
import TabList from './components/TabList';
import Tab from './components/Tab';
import TabPanel from './components/TabPanel';
import { reset as resetIdCounter } from './helpers/uuid';

export { Tab, TabList, TabPanel, Tabs, resetIdCounter };
export { default as Tabs } from "./components/Tabs";
export { default as TabList } from "./components/TabList";
export { default as Tab } from "./components/Tab";
export { default as TabPanel } from "./components/TabPanel";
export { reset as resetIdCounter } from "./helpers/uuid";

0 comments on commit 5c69fa2

Please sign in to comment.