diff --git a/js/package.json b/js/package.json
index 0bfcdb343..cabd2a04d 100644
--- a/js/package.json
+++ b/js/package.json
@@ -30,7 +30,6 @@
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"intersection-observer": "^0.11.0",
- "javascript-time-ago": "^2.0.4",
"leaflet": "^1.4.0",
"leaflet.locatecontrol": "^0.72.0",
"lodash": "^4.17.11",
@@ -54,7 +53,6 @@
},
"devDependencies": {
"@types/chai": "^4.2.11",
- "@types/javascript-time-ago": "^2.0.1",
"@types/leaflet": "^1.5.2",
"@types/leaflet.locatecontrol": "^0.60.7",
"@types/lodash": "^4.14.141",
diff --git a/js/src/common.scss b/js/src/common.scss
index 2178b6398..cf93afa73 100644
--- a/js/src/common.scss
+++ b/js/src/common.scss
@@ -1,5 +1,9 @@
@import "variables.scss";
+@import "~bulma";
+@import "~bulma-divider";
+@import "~buefy/src/scss/buefy";
+
// a {
// color: $violet-2;
// }
diff --git a/js/src/components/Account/ActorCard.vue b/js/src/components/Account/ActorCard.vue
index 4f910e534..0141a639a 100644
--- a/js/src/components/Account/ActorCard.vue
+++ b/js/src/components/Account/ActorCard.vue
@@ -46,8 +46,6 @@ export default class ActorCard extends Vue {
diff --git a/js/src/views/Account/Register.vue b/js/src/views/Account/Register.vue
index 1b7a62536..99fb4b2fc 100644
--- a/js/src/views/Account/Register.vue
+++ b/js/src/views/Account/Register.vue
@@ -168,7 +168,6 @@ export default class Register extends mixins(identityEditionMixin) {