Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohrubec committed Jul 17, 2024
1 parent a752fa4 commit b32759e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Module } from '@nestjs/common';
import { AppController } from './app.controller';
import { AppService } from './app.service';
import { ExampleModule } from "./example-module/example.module";
import { ExampleModule } from './example-module/example.module';

@Module({
imports: [ExampleModule],
Expand Down

0 comments on commit b32759e

Please sign in to comment.