mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 20:59:27 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import { Injectable } from '@nestjs/common'
|
|
|
|
@Injectable()
|
|
export class DecksService {}
|