From 46eabb02aeca198c1e50087d16582e1124ddf19a Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sun, 22 May 2016 16:56:10 +0900 Subject: [PATCH] examples: fix mailbox --- examples/mailbox/elements/mailbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mailbox/elements/mailbox.js b/examples/mailbox/elements/mailbox.js index b1cf40a..e435b2e 100644 --- a/examples/mailbox/elements/mailbox.js +++ b/examples/mailbox/elements/mailbox.js @@ -1,3 +1,4 @@ +const dateformat = require('dateformat') const choo = require('../../../') module.exports = function () {