summaryrefslogtreecommitdiff
path: root/src/web/app/auth
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-19 15:36:53 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-19 15:36:53 +0900
commit4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06 (patch)
tree9883ba9e3eed0b41fd60ed4bc64cac8fd429c35e /src/web/app/auth
parentMerge pull request #185 from syuilo/define-plugin (diff)
downloadsharkey-4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06.tar.gz
sharkey-4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06.tar.bz2
sharkey-4f5681b29601c4df0f3f2cbb89fb2b085d5c6c06.zip
Use import syntax
Diffstat (limited to 'src/web/app/auth')
-rw-r--r--src/web/app/auth/script.js3
1 files changed, 1 insertions, 2 deletions
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 | アプリの連携';