Skip to content

Commit

Permalink
OPHJOD-1200: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsappi committed Jan 17, 2025
1 parent 2680767 commit d7c2f59
Show file tree
Hide file tree
Showing 3 changed files with 1,302 additions and 1,134 deletions.
1 change: 1 addition & 0 deletions lib/components/ConfirmDialog/ConfirmDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Description, Dialog, DialogPanel, DialogTitle } from '@headlessui/react';
import React from 'react';
import { JSX } from 'react/jsx-runtime';
import { cx } from '../../cva';

type Variant = 'normal' | 'destructive';
Expand Down
Loading

0 comments on commit d7c2f59

Please sign in to comment.