web: use absolute imports with path rewrite instead of relative imports (#3149)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { TemplateResult } from "lit";
|
||||
import { ROUTE_SEPARATOR } from "@goauthentik/web/constants";
|
||||
import { Route } from "@goauthentik/web/elements/router/Route";
|
||||
|
||||
import { ROUTE_SEPARATOR } from "../../constants";
|
||||
import { Route } from "./Route";
|
||||
import { TemplateResult } from "lit";
|
||||
|
||||
export class RouteMatch {
|
||||
route: Route;
|
||||
|
||||
Reference in New Issue
Block a user