pull, add stashed changes to video details, update and commit, all that changed was a buffer import

This commit is contained in:
kiwihodl 2025-04-22 13:26:14 -05:00
parent 7f0e480788
commit 3f000914d2
No known key found for this signature in database
GPG Key ID: A2878DC38F1E643C

View File

@ -19,6 +19,7 @@ import { Buffer } from 'buffer';
import ZapThreadsWrapper from '@/components/ZapThreadsWrapper';
import appConfig from '@/config/appConfig';
import { nip19 } from 'nostr-tools';
import { Buffer } from 'buffer';
const MDDisplay = dynamic(() => import('@uiw/react-markdown-preview'), {
ssr: false,