Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 20, 2023
1 parent 9cabe4b commit ee1f97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandbox/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import mockResponse from './mock-document-response'
const editable = ref<boolean>(true)
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const contentUpdated = (markdown: string) => {
console.log('content updated')
}
Expand Down

0 comments on commit ee1f97c

Please sign in to comment.