Update: fix imports based on last pkg fix

This commit is contained in:
JT2M0L3Y
2025-02-23 21:24:35 -07:00
parent c026de5d62
commit cc7a3661b7
6 changed files with 7 additions and 9 deletions

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