Shorten imports

This commit is contained in:
Rory&
2026-03-14 05:43:24 +01:00
parent e8b0b58fcd
commit 8bb0b84b5e
60 changed files with 124 additions and 123 deletions

View File

@@ -18,7 +18,7 @@
import { Router, Response, Request } from "express";
import { Config, Snowflake } from "@spacebar/util";
import { storage } from "../util/Storage";
import { storage } from "@spacebar/cdn";
import { fileTypeFromBuffer } from "file-type";
import { HTTPError } from "lambert-server";
import crypto from "crypto";