zod import alias

This commit is contained in:
Alex Gleason
2024-04-23 15:03:20 -05:00
parent 3557102b08
commit 0f9cc9fe51
24 changed files with 52 additions and 24 deletions

View File

@@ -1,7 +1,9 @@
import { NostrFilter } from '@nostrify/nostrify';
import { z } from 'zod';
import { type AppController } from '@/app.ts';
import { Conf } from '@/config.ts';
import { Debug, z } from '@/deps.ts';
import { Debug } from '@/deps.ts';
import { getFeedPubkeys } from '@/queries.ts';
import { Sub } from '@/subs.ts';
import { bech32ToPubkey } from '@/utils.ts';