refactor(clean): removed empty style tag
This commit is contained in:
@@ -36,5 +36,3 @@ function toggleFavorite(event: MouseEvent) {
|
||||
toolStore.addToolToFavorites({ tool });
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -82,5 +82,3 @@ function renderOption({ tool }: { tool: Tool }) {
|
||||
</n-auto-complete>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user