Update: fix imports based on last pkg fix

This commit is contained in:
JT2M0L3Y
2026-09-23 10:57:14 -07:00
parent 3a770be5de
commit 99db6d8163
9 changed files with 1084 additions and 1571 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest'
import { Queue } from '../src/queues/queue.js'
import { Queue } from '../src/components/index.js'
/**
* Queue test suite, tests the Queue class