mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 12:33:22 +00:00
refactor imports/exports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CommandHandler, ICommandHandler } from '@nestjs/cqrs'
|
||||
import { DecksRepository } from '../infrastructure/decks.repository'
|
||||
import { GetAllDecksDto } from '../dto/get-all-decks.dto'
|
||||
import { GetAllDecksDto } from '../dto'
|
||||
|
||||
export class GetAllDecksCommand {
|
||||
constructor(public readonly params: GetAllDecksDto) {}
|
||||
|
||||
Reference in New Issue
Block a user