Skip to content

Commit

Permalink
refactor: fix app module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
notusertelken committed Sep 20, 2022
1 parent 65732b6 commit db225b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Module } from '@nestjs/common';
import { AppController } from './app.controller';
import { AppService } from './app.service';
import { AppController } from './coms/app.controller';
import { AppService } from './domain/blocs/app.service';

@Module({
imports: [],
Expand Down

0 comments on commit db225b9

Please sign in to comment.