mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
sort imports by path
This commit is contained in:
parent
c0a6d48d55
commit
c863655b4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue