refactor : add concept module

This commit is contained in:
2024-12-31 14:16:10 +01:00
parent d968f7b7e6
commit 0500415252
19 changed files with 115 additions and 65 deletions
-1
View File
@@ -1,6 +1,5 @@
import { Module, forwardRef } from '@nestjs/common';
import { UsersModule } from 'src/users/users.module';
import { WordModule } from 'src/word/words.module';
import { LobbyController } from './lobby.controller';
import { LobbyService } from './lobby.service';
import { GamesModule } from 'src/games/games.module';