about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/packs
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/themes/glitch/packs')
-rw-r--r--app/javascript/themes/glitch/packs/common.js2
-rw-r--r--app/javascript/themes/glitch/packs/public.js1
2 files changed, 0 insertions, 3 deletions
diff --git a/app/javascript/themes/glitch/packs/common.js b/app/javascript/themes/glitch/packs/common.js
index f4fa129e1..fd4254a0e 100644
--- a/app/javascript/themes/glitch/packs/common.js
+++ b/app/javascript/themes/glitch/packs/common.js
@@ -1,3 +1 @@
-import 'font-awesome/css/font-awesome.css';
-require.context('images/', true);
 import 'themes/glitch/styles/index.scss';
diff --git a/app/javascript/themes/glitch/packs/public.js b/app/javascript/themes/glitch/packs/public.js
index d9a1b9655..410e66716 100644
--- a/app/javascript/themes/glitch/packs/public.js
+++ b/app/javascript/themes/glitch/packs/public.js
@@ -1,5 +1,4 @@
 import loadPolyfills from 'themes/glitch/util/load_polyfills';
-import { processBio } from 'themes/glitch/util/bio_metadata';
 import ready from 'themes/glitch/util/ready';
 
 function main() {