Skip to content

Commit

Permalink
fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
justnyx committed Feb 9, 2025
1 parent f1a6574 commit 572a0b3
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,7 +3,7 @@ import { PrismaModule } from 'nestjs-prisma';

import { AppController } from './app.controller';
import { AppService } from './app.service';
import { BandsModule } from './band/bandsModule';
import { BandsModule } from './bands/bandsModule';
import { CommentsModule } from './comments/comments.module';
import { ReservationsModule } from './reservations/reservations.module';
import { UsersModule } from './users/users.module';
Expand Down

0 comments on commit 572a0b3

Please sign in to comment.