Update: fix imports based on last pkg fix

This commit is contained in:
JT2M0L3Y
2025-06-20 15:22:43 -07:00
parent e85aff01a7
commit f632ae559f
6 changed files with 7 additions and 9 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