Skip to content

Commit

Permalink
Sorted imports in app module
Browse files Browse the repository at this point in the history
  • Loading branch information
Danka Marcell committed Dec 11, 2024
1 parent f7c1677 commit 067a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { PrismaModule } from 'nestjs-prisma';

import { AppController } from './app.controller';
import { AppService } from './app.service';
import { BandModule } from './band/band.module';
import { CommentsModule } from './comments/comments.module';
import { ReservationsModule } from './reservations/reservations.module';
import { BandModule } from './band/band.module';
import { UsersModule } from './users/users.module';

@Module({
Expand Down

0 comments on commit 067a8c7

Please sign in to comment.