refactor: remove obsolete index re-exports from /shared

This commit is contained in:
Dragory 2024-04-09 21:12:35 +03:00
parent 5772e27cda
commit 8ad12a91ad
No known key found for this signature in database
10 changed files with 8 additions and 10 deletions

View file

@ -1,4 +1,4 @@
import { ApiPermissions } from "@zeppelinbot/shared";
import { ApiPermissions } from "@zeppelinbot/shared/apiPermissions.js";
import { Repository } from "typeorm";
import { ApiAuditLog } from "./ApiAuditLog.js";
import { BaseRepository } from "./BaseRepository.js";