deno lint

This commit is contained in:
Alex Gleason
2023-08-07 00:51:11 -05:00
parent 4cbdda401a
commit eb78a213f6

View File

@@ -1,5 +1,4 @@
import { Conf } from '@/config.ts';
import { db } from '@/db.ts';
import { nip19, z } from '@/deps.ts';
import type { AppContext, AppController } from '@/app.ts';