Skip to content

Commit

Permalink
Remove unused import of BoardModule in board-api.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed Nov 27, 2024
1 parent 902df66 commit 6b99599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/modules/board/board-api.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
ColumnController,
ElementController,
} from './controller';
import { BoardModule } from './board.module';
import { BoardNodePermissionService } from './service';
import { BoardUc, CardUc, ColumnUc, ElementUc, SubmissionItemUc } from './uc';

Expand Down

0 comments on commit 6b99599

Please sign in to comment.