Remove unused import

This commit is contained in:
Alex Gleason 2024-05-14 14:48:37 -05:00
parent 45b766af4d
commit e53ea22274
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import Debug from '@soapbox/stickynotes/debug';
import { type Context, Env as HonoEnv, type Handler, Hono, Input as HonoInput, type MiddlewareHandler } from 'hono';
import { cors, logger, serveStatic } from 'hono/middleware';
import { type User } from '@/db/users.ts';
import '@/firehose.ts';
import { Time } from '@/utils.ts';