deno lint

This commit is contained in:
Alex Gleason 2023-08-07 00:51:11 -05:00
parent 4cbdda401a
commit eb78a213f6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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';