0
0
Fork 0

Rearrange imports

This commit is contained in:
Oliver Akins 2022-07-31 16:42:07 -06:00
parent cfa2c22c21
commit 23ae0d3f55
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -1,5 +1,5 @@
import { db } from "@/main";
import { ServerRoute } from "@hapi/hapi";
import { db } from "@/main";
const data: ServerRoute = {
method: `POST`, path: `/login`,