web: Use consistent submodule imports.

This commit is contained in:
Teffen Ellis
2025-05-24 22:29:31 +02:00
parent 1a132a733f
commit 6d1bffc9f9
609 changed files with 4992 additions and 4223 deletions

View File

@ -1,11 +1,6 @@
import {
type DescriptionPair,
renderDescriptionList,
} from "@goauthentik/components/DescriptionList.js";
import { match } from "ts-pattern";
import { type DescriptionPair, renderDescriptionList } from "#components/DescriptionList";
import { msg } from "@lit/localize";
import { html } from "lit";
import { match } from "ts-pattern";
import {
ClientTypeEnum,
@ -22,6 +17,9 @@ import {
SCIMProvider,
} from "@goauthentik/api";
import { msg } from "@lit/localize";
import { html } from "lit";
import { OneOfProvider } from "../types.js";
const renderSummary = (type: string, name: string, fields: DescriptionPair[]) =>