web: use absolute imports with path rewrite instead of relative imports (#3149)
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import "@goauthentik/web/pages/admin-overview/AdminOverviewPage";
|
||||
|
||||
import { html } from "lit";
|
||||
|
||||
import { ID_REGEX, Route, SLUG_REGEX, UUID_REGEX } from "./elements/router/Route";
|
||||
import "./pages/admin-overview/AdminOverviewPage";
|
||||
|
||||
export const ROUTES: Route[] = [
|
||||
// Prevent infinite Shell loops
|
||||
|
||||
Reference in New Issue
Block a user