summaryrefslogtreecommitdiff
path: root/src/web/app/ch/script.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/ch/script.ts')
-rw-r--r--src/web/app/ch/script.ts15
1 files changed, 0 insertions, 15 deletions
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(() => {
-});