Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 20, 2024
1 parent 13c9f7b commit be93f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Generator/Server/resource/typescript/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module.ts.twig';
import { AppModule } from './app.module';

async function bootstrap() {
const app = await NestFactory.create(AppModule);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module.ts.twig';
import { AppModule } from './app.module';

async function bootstrap() {
const app = await NestFactory.create(AppModule);
Expand Down

0 comments on commit be93f4d

Please sign in to comment.