3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

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 express, { Request, Response } from "express";
import moment from "moment-timezone";
import { z } from "zod";