Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Aug 25, 2023
1 parent a71f327 commit b839dfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/js/red_response_multi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { qs, qsa, escapeHtml, docReady } from './red_util.js'
import tippy from 'tippy.js'

Expand Down
1 change: 0 additions & 1 deletion src/js/red_util.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export function qs (query, element) {
if (element === undefined) {
return document.querySelector(query)
Expand Down

0 comments on commit b839dfe

Please sign in to comment.