From 4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 19 Feb 2017 15:36:53 +0900 Subject: Use import syntax --- src/web/app/auth/script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/web/app/auth') diff --git a/src/web/app/auth/script.js b/src/web/app/auth/script.js index 8c9138efaf..cded308091 100644 --- a/src/web/app/auth/script.js +++ b/src/web/app/auth/script.js @@ -3,8 +3,7 @@ */ // Style -//import './style.styl'; -require('./style.styl'); +import './style.styl'; const riot = require('riot'); document.title = 'Misskey | アプリの連携'; -- cgit v1.2.3-freya