dependabot[bot]
2025-05-07 c33f96e572d7fd4e15d24f9f527fc9f39aebbaa7
quartz/components/OverflowList.tsx
@@ -15,7 +15,6 @@
let numExplorers = 0
export default () => {
  const id = `list-${numExplorers++}`
  console.log(id)
  return {
    OverflowList: (props: JSX.HTMLAttributes<HTMLUListElement>) => (