sort imports by path

This commit is contained in:
Siddharth Singh 2024-08-05 15:15:48 +05:30
parent c0a6d48d55
commit c863655b4d
No known key found for this signature in database

View file

@ -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 = '<!--server-generated-meta-->' as const;