Skip to content

Commit

Permalink
fix: updated import for error callout
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshkurunkar7 committed Feb 27, 2024
1 parent afd1526 commit 317c74b
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 { Button, Dialog, Em, Flex, Strong, Text, TextField } from "@radix-ui/the
import { Loader } from "@/components/common/Loader"
import { BiSearch } from "react-icons/bi"
import { useToast } from "@/hooks/useToast"
import { ErrorCallout } from "@/components/layout/AlertBanner/ErrorBanner"
import { ErrorCallout } from "@/components/common/Callouts"

interface AddUsersResponse {
failed_users: User[],
Expand Down

0 comments on commit 317c74b

Please sign in to comment.