Skip to content

Commit

Permalink
Update one old Toast import
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Jan 20, 2025
1 parent 7190edd commit 8ca12e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8ca12e9

Please sign in to comment.