Rearrange imports
This commit is contained in:
parent
cfa2c22c21
commit
23ae0d3f55
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { db } from "@/main";
|
|
||||||
import { ServerRoute } from "@hapi/hapi";
|
import { ServerRoute } from "@hapi/hapi";
|
||||||
|
import { db } from "@/main";
|
||||||
|
|
||||||
const data: ServerRoute = {
|
const data: ServerRoute = {
|
||||||
method: `POST`, path: `/login`,
|
method: `POST`, path: `/login`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue