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
1 changed files with 0 additions and 1 deletions

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