From c863655b4d7a45a37aaadfa2d180a4ab0aafae5d Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Mon, 5 Aug 2024 15:15:48 +0530 Subject: [PATCH] sort imports by path --- src/controllers/frontend.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/frontend.ts b/src/controllers/frontend.ts index 6fc3050a..30186845 100644 --- a/src/controllers/frontend.ts +++ b/src/controllers/frontend.ts @@ -1,5 +1,6 @@ -import { html, r } from '@/utils/html.ts'; +import { AppMiddleware } from '@/app.ts'; import { Conf } from '@/config.ts'; +import { html, r } from '@/utils/html.ts'; import { getInstanceName, getPathParams, @@ -8,7 +9,6 @@ import { OpenGraphTemplateOpts, PathParams, } from '@/utils/og-metadata.ts'; -import { AppMiddleware } from '@/app.ts'; /** Placeholder to find & replace with metadata. */ const META_PLACEHOLDER = '' as const;