Skip to content

Commit

Permalink
pnpm fix and duplicate imports
Browse files Browse the repository at this point in the history
avi-l committed Feb 6, 2024
1 parent 1a4deaf commit b8d4b2b
Showing 2 changed files with 66 additions and 2 deletions.
61 changes: 61 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -6,11 +6,14 @@ import { useRouter } from 'next/navigation';
import { useState } from 'react';
import { Option } from './option.models';
import { PrimaryButton } from '@/components/ui/buttons/primary';
import { copyToClipboard, downloadImage } from '@/utils/utils';
import { toast } from 'react-toastify';
import ShareBtns from '@/components/feature/share-btns';
import Modal from '@/components/ui/modal';
import { deleteFromCloundinary, downloadImage } from '@/utils/utils';
import {
deleteFromCloundinary,
copyToClipboard,
downloadImage,
} from '@/utils/utils';

export function PostOptions({
post_id,

0 comments on commit b8d4b2b

Please sign in to comment.