From 45e8331e261244628b134a18e3d0fbe0ebb3a7dc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Mar 2017 20:05:11 +0900 Subject: :sushi: Closes #12, #227 and #58 --- src/web/app/desktop/scripts/notify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/app/desktop/scripts/notify.js') diff --git a/src/web/app/desktop/scripts/notify.js b/src/web/app/desktop/scripts/notify.js index 048f22aea7..e58a8e4d36 100644 --- a/src/web/app/desktop/scripts/notify.js +++ b/src/web/app/desktop/scripts/notify.js @@ -1,6 +1,6 @@ -const riot = require('riot'); +import * as riot from 'riot'; -module.exports = message => { +export default message => { const notification = document.body.appendChild(document.createElement('mk-ui-notification')); riot.mount(notification, { message: message -- cgit v1.3.1-freya