web: Tidy order.

This commit is contained in:
Teffen Ellis
2025-06-26 23:39:00 +02:00
parent 3e67e358ce
commit ecfd1b077d
7 changed files with 16 additions and 14 deletions

View File

@ -1,6 +1,3 @@
import * as fs from "node:fs/promises";
import * as path from "node:path";
/**
* @file MDX plugin for ESBuild.
*
@ -13,6 +10,9 @@ import * as path from "node:path";
* PluginBuild
* } from "esbuild"
*/
import * as fs from "node:fs/promises";
import * as path from "node:path";
import { MonoRepoRoot } from "@goauthentik/core/paths/node";
/**