Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Dec 13, 2024
1 parent 377a337 commit d34efc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/gen-server/lib/homedb/GroupsManager.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import * as roles from "app/common/roles";
import { AclRule } from "app/gen-server/entity/AclRule";
import { Document } from "app/gen-server/entity/Document";
import { Group } from "app/gen-server/entity/Group";
import { GroupDescriptor, NonGuestGroup, Resource } from "app/gen-server/lib/homedb/Interfaces";
import * as roles from 'app/common/roles';
import { Organization } from "app/gen-server/entity/Organization";
import { Permissions } from 'app/gen-server/lib/Permissions';
import { User } from "app/gen-server/entity/User";
import { Organization } from "app/gen-server/entity/Organization";
import { Workspace } from "app/gen-server/entity/Workspace";
import { Document } from "app/gen-server/entity/Document";
import { AclRule } from "app/gen-server/entity/AclRule";

import { EntityManager } from "typeorm";

Expand Down

0 comments on commit d34efc1

Please sign in to comment.