Skip to content

Commit 9de7c27

Browse files
committed
refactor: remove SongBrowserModule from app.module.ts
1 parent bc9e322 commit 9de7c27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/backend/src/app.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { ParseTokenPipe } from './lib/parseToken';
1414
import { MailingModule } from './mailing/mailing.module';
1515
import { SeedModule } from './seed/seed.module';
1616
import { SongModule } from './song/song.module';
17-
import { SongBrowserModule } from './song-browser/song-browser.module';
1817
import { UserModule } from './user/user.module';
1918

2019
@Module({
@@ -76,7 +75,6 @@ import { UserModule } from './user/user.module';
7675
UserModule,
7776
AuthModule.forRootAsync(),
7877
FileModule.forRootAsync(),
79-
SongBrowserModule,
8078
SeedModule.forRoot(),
8179
EmailLoginModule,
8280
MailingModule,

0 commit comments

Comments
 (0)