Fix type error

This commit is contained in:
Kalle
2023-03-26 16:40:30 +03:00
parent 61e8d24829
commit 575d285ee4
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ import {
SENDOU_INK_GITHUB_URL,
SENDOU_INK_TWITTER_URL,
SENDOU_LOVE_EMOJI_PATH,
SPLATOON_2_SENDOU_IN_URL,
SUPPORT_PAGE,
userPage,
} from "~/utils/urls";

View File

@@ -35,7 +35,6 @@ const USER_SUBMITTED_IMAGE_ROOT = "https://sendou.nyc3.digitaloceanspaces.com";
export const userSubmittedImage = (fileName: string) =>
`${USER_SUBMITTED_IMAGE_ROOT}/${fileName}`;
export const SPLATOON_2_SENDOU_IN_URL = "https://spl2.sendou.ink";
export const PLUS_SERVER_DISCORD_URL = "https://discord.gg/FW4dKrY";
export const SENDOU_INK_DISCORD_URL = "https://discord.gg/sendou";
export const SENDOU_TWITTER_URL = "https://twitter.com/sendouc";