Fix imports of uuid62 and fast-stringify-stable

This commit is contained in:
Alex Gleason
2024-05-01 16:42:07 -05:00
parent 7de5cdc18d
commit 8959f85afb
3 changed files with 59 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { uuid62 } from 'uuid62';
import uuid62 from 'uuid62';
import { db } from '@/db.ts';
import { type MediaData } from '@/schemas/nostr.ts';

View File

@@ -1,5 +1,5 @@
import { NostrEvent, NostrFilter } from '@nostrify/nostrify';
import { stringifyStable } from 'fast-stable-stringify';
import stringifyStable from 'fast-stable-stringify';
import { z } from 'zod';
import { isReplaceableKind } from '@/kinds.ts';