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

chore: fix inconsistent import paths

This commit is contained in:
Dragory 2024-01-15 18:05:01 +00:00
parent 3db9090705
commit ac8926cdb8
No known key found for this signature in database
8 changed files with 10 additions and 10 deletions

View file

@ -13,7 +13,6 @@ import {
User,
} from "discord.js";
import { GuildPluginData } from "knub";
import { UnknownUser, renderUserUsername } from "src/utils";
import { Case } from "../data/entities/Case";
import {
ISavedMessageAttachmentData,
@ -27,6 +26,7 @@ import {
TypedTemplateSafeValueContainer,
ingestDataIntoTemplateSafeValueContainer,
} from "../templateFormatter";
import { UnknownUser, renderUserUsername } from "../utils";
type InputProps<T> = Omit<
{