Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
magicFeirl committed Feb 12, 2025
1 parent 58b8a63 commit 2e1ab12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion registry/lib/components/style/hide/topic-panel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ export const component = defineComponentMetadata({
style: () => import('./hide-topic-panel.scss'),
},
],
entry: async () => {},
entry: async () => {
// pass lint
},
})

0 comments on commit 2e1ab12

Please sign in to comment.