mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-23 16:33:43 +10:00
- simplify imports
- update translations - convert image to base64 before sending to printer - update development docs
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
AlertDialogFooter,
|
||||
AlertDialogHeader,
|
||||
AlertDialogTitle,
|
||||
} from "@/components/animate-ui/components/radix/alert-dialog";
|
||||
} from "@/components/ui/alert-dialog";
|
||||
import { cn } from "@/utils/style";
|
||||
|
||||
interface ConfirmOptions {
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
AlertDialogFooter,
|
||||
AlertDialogHeader,
|
||||
AlertDialogTitle,
|
||||
} from "@/components/animate-ui/components/radix/alert-dialog";
|
||||
} from "@/components/ui/alert-dialog";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { cn } from "@/utils/style";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user