Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 29, 2024
1 parent b09ca7c commit 4ce0096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Elysia, t } from "elysia";
import { cors } from "@elysiajs/cors";
import { swagger } from "@matvp91/elysia-swagger";
import { jwt } from "@elysiajs/jwt";
import { env } from "./env";
import { auth } from "./routes/auth";
import { jobs } from "./routes/jobs";
Expand Down

0 comments on commit 4ce0096

Please sign in to comment.