refactor(clean): removed empty style tag

This commit is contained in:
Corentin Thomasset
2022-12-20 21:01:34 +01:00
parent 7f964941d3
commit cf723f144e
6 changed files with 0 additions and 12 deletions

View File

@@ -36,5 +36,3 @@ function toggleFavorite(event: MouseEvent) {
toolStore.addToolToFavorites({ tool });
}
</script>
<style scoped></style>

View File

@@ -82,5 +82,3 @@ function renderOption({ tool }: { tool: Tool }) {
</n-auto-complete>
</div>
</template>
<style lang="less" scoped></style>