From 8ca12e9998f7e7e4e0c0b68eacef2be8a38ed2ad Mon Sep 17 00:00:00 2001 From: Oksamies Date: Mon, 20 Jan 2025 22:05:37 +0200 Subject: [PATCH] Update one old Toast import --- packages/cyberstorm-forms/src/forms/UserConnectionsForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cyberstorm-forms/src/forms/UserConnectionsForm.tsx b/packages/cyberstorm-forms/src/forms/UserConnectionsForm.tsx index 12649ed4f..22aed8bd0 100644 --- a/packages/cyberstorm-forms/src/forms/UserConnectionsForm.tsx +++ b/packages/cyberstorm-forms/src/forms/UserConnectionsForm.tsx @@ -14,7 +14,7 @@ import { OAuthConnection } from "@thunderstore/dapper/types"; import { Icon } from "@thunderstore/cyberstorm/src/components/Icon/Icon"; import { classnames } from "@thunderstore/cyberstorm/src/utils/utils"; import { Button } from "@thunderstore/cyberstorm"; -import { useToast } from "@thunderstore/cyberstorm/src/components/Toast/Provider"; +import { useToast } from "@thunderstore/cyberstorm/src/newComponents/Toast/Provider"; type ProvidersType = { name: "discord" | "github" | "overwolf";