chore: fix inconsistent import paths
This commit is contained in:
parent
3db9090705
commit
ac8926cdb8
8 changed files with 10 additions and 10 deletions
|
@ -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<
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue