Cleaning up more imports

This commit is contained in:
Owen
2025-10-11 20:46:49 -07:00
parent 2c63851130
commit f17a957058
3 changed files with 5 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ import {
import { Button } from "@app/components/ui/button";
import Link from "next/link";
import { getTranslations } from "next-intl/server";
import { GetSessionTransferTokenRenponse } from "#private/routers/auth/getSessionTransferToken";
import { GetSessionTransferTokenRenponse } from "@server/routers/auth/types";
import ValidateSessionTransferToken from "@app/components/private/ValidateSessionTransferToken";
import { GetOrgTierResponse } from "@server/routers/billing/types";
import { TierId } from "@server/lib/billing/tiers";