mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import { scannerQueue } from './scanner.queue';
|
|
|
|
export const queue = {
|
|
scanner: scannerQueue,
|
|
};
|