web: Format imports.

This commit is contained in:
Teffen Ellis
2025-06-26 22:31:53 +02:00
parent 55cb7f3f2c
commit c1032386c6
617 changed files with 5290 additions and 4561 deletions

View File

@ -1,3 +1,6 @@
import * as fs from "node:fs/promises";
import * as path from "node:path";
/**
* @file MDX plugin for ESBuild.
*
@ -11,8 +14,6 @@
* } from "esbuild"
*/
import { MonoRepoRoot } from "@goauthentik/core/paths/node";
import * as fs from "node:fs/promises";
import * as path from "node:path";
/**
* @typedef {Omit<OnLoadArgs, 'pluginData'> & LoadDataFields} LoadData Data passed to `onload`.