Skip to content

Commit

Permalink
CS: Fix Alert component import path
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicManiac committed Jul 14, 2023
1 parent e1712e3 commit cec3683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { TeamLink, UserLink } from "../../../../Links/Links";
import { TextInput } from "../../../../TextInput/TextInput";
import { useState } from "react";
import { CopyButton } from "../../../../CopyButton/CopyButton";
import { Alert } from "../../../../..";
import { Alert } from "../../../../Alert/Alert";

export interface TeamServiceAccountsProps {
serviceAccountData: string[];
Expand Down

0 comments on commit cec3683

Please sign in to comment.