mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-17 08:31:47 +03:00
Fix CI: remove import for metadata POC (#1577)
Fix CI: remote import for metadata POC
This commit is contained in:
parent
d98ddc3dbe
commit
6462505a86
@ -14,7 +14,6 @@ import { AttachmentModule } from './attachment/attachment.module';
|
||||
import { ActivityModule } from './activity/activity.module';
|
||||
import { ViewModule } from './view/view.module';
|
||||
import { FavoriteModule } from './favorite/favorite.module';
|
||||
import { TenantModule } from './tenant/tenant.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@ -32,7 +31,6 @@ import { TenantModule } from './tenant/tenant.module';
|
||||
ActivityModule,
|
||||
ViewModule,
|
||||
FavoriteModule,
|
||||
TenantModule,
|
||||
],
|
||||
exports: [
|
||||
AuthModule,
|
||||
|
Loading…
Reference in New Issue
Block a user