From 90f8fe7e538bb7e52d2558152a0390e693f39b11 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Thu, 29 Mar 2018 01:20:40 +0900 Subject: Introduce processor --- src/web/app/ch/script.ts | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/web/app/ch/script.ts (limited to 'src/web/app/ch/script.ts') diff --git a/src/web/app/ch/script.ts b/src/web/app/ch/script.ts deleted file mode 100644 index 4c6b6dfd1b..0000000000 --- a/src/web/app/ch/script.ts +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Channels - */ - -// Style -import './style.styl'; - -require('./tags'); -import init from '../init'; - -/** - * init - */ -init(() => { -}); -- cgit v1.2.3-freya