Skip to content

Commit

Permalink
Made import relative for AlertDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 17, 2024
1 parent 1155c73 commit 064793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/AlertDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* ref: https://react-spectrum.adobe.com/react-aria-tailwind-starter/?path=/docs/alertdialog--docs
* ref: https://ui.shadcn.com/docs/components/alert-dialog
*/
import { Dialog } from "@/ui/components/Dialog";
import { AlertCircleIcon, InfoIcon } from "lucide-react";
import type { ReactNode } from "react";
import { chain } from "react-aria";
import type { DialogProps } from "react-aria-components";
import { tv } from "tailwind-variants";
import { Button } from "./Button";
import { Dialog } from "./Dialog";
import { Heading } from "./Heading";

interface AlertDialogProps extends Omit<DialogProps, "children"> {
Expand Down

0 comments on commit 064793d

Please sign in to comment.