Skip to content

Commit

Permalink
feat(src): ES2015
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 29, 2015
1 parent dce1279 commit 96aa073
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
"use strict";
exports.ToastContainer = require("./ToastContainer");
exports.ToastMessage = require("./ToastMessage");
import {
default as ToastContainer,
} from "./ToastContainer";

import {
default as ToastMessage,
} from "./ToastMessage";

import {
default as ToastMessageList,
} from "./ToastMessageList";

export {
ToastContainer,
ToastMessage,
ToastMessageList,
};

0 comments on commit 96aa073

Please sign in to comment.