Update: fix imports based on last pkg fix

This commit is contained in:
JT2M0L3Y
2025-02-23 21:24:35 -07:00
parent 32c8eb3d1c
commit 717a302656
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