aboutsummaryrefslogtreecommitdiff
path: root/src/components/FavoriteButton.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-12-20 21:01:34 +0100
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-12-20 21:14:40 +0100
commitcf723f144ee865b6de7323d3be58eb7a9586fa56 (patch)
treea18c02a912f40b7e80a68b366866f00cae8f3a9b /src/components/FavoriteButton.vue
parent7f964941d3ea259120e876445e61e764d41a8a23 (diff)
downloadit-tools-cf723f144ee865b6de7323d3be58eb7a9586fa56.tar.gz
it-tools-cf723f144ee865b6de7323d3be58eb7a9586fa56.tar.zst
it-tools-cf723f144ee865b6de7323d3be58eb7a9586fa56.zip
refactor(clean): removed empty style tag
Diffstat (limited to 'src/components/FavoriteButton.vue')
-rw-r--r--src/components/FavoriteButton.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/FavoriteButton.vue b/src/components/FavoriteButton.vue
index 26791f3..4b7f561 100644
--- a/src/components/FavoriteButton.vue
+++ b/src/components/FavoriteButton.vue
@@ -36,5 +36,3 @@ function toggleFavorite(event: MouseEvent) {
toolStore.addToolToFavorites({ tool });
}
</script>
-
-<style scoped></style>