Skip to content

Commit

Permalink
fix(webapp): remove unused style tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Jul 11, 2023
1 parent d97827b commit c700642
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions www/webapp/src/components/ErrorAlert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ export default {
},
};
</script>

<style>
</style>
4 changes: 0 additions & 4 deletions www/webapp/src/components/Field/RRSetType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,3 @@ export default {
},
};
</script>

<style>
</style>
3 changes: 0 additions & 3 deletions www/webapp/src/components/Field/RecordItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,3 @@ export default {
},
};
</script>

<style>
</style>
3 changes: 0 additions & 3 deletions www/webapp/src/components/Field/RecordList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,3 @@ export default {
},
};
</script>

<style scoped>
</style>
3 changes: 0 additions & 3 deletions www/webapp/src/components/Field/TimeAgo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ export default {
}
};
</script>

<style scoped>
</style>
3 changes: 0 additions & 3 deletions www/webapp/src/views/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,3 @@ export default {
},
};
</script>

<style scoped>
</style>

0 comments on commit c700642

Please sign in to comment.