Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechGrancow committed Nov 17, 2023
1 parent 2695b3d commit 92dba86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/shared/domain/entity/all-entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ExternalToolEntity } from '@modules/tool/external-tool/entity';
import { SchoolExternalToolEntity } from '@modules/tool/school-external-tool/entity';
import { DeletionLogEntity, DeletionRequestEntity } from '@src/modules/deletion/entity';
import { RocketChatUserEntity } from '@src/modules/rocketchat-user/entity';
import { FileEntity } from '@src/modules/files/entity';
import { Account } from './account.entity';
import {
BoardNode,
Expand Down

0 comments on commit 92dba86

Please sign in to comment.