forked from mystiq/hydrogen-web
Fix formatting
This commit is contained in:
parent
646cbe0fff
commit
bf2fb52691
2 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ class SegmentObservable<T> extends BaseObservableValue<T[keyof T] | undefined> {
|
|||
}
|
||||
}
|
||||
|
||||
export type { Path };
|
||||
export type {Path};
|
||||
|
||||
export function tests() {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
import {Navigation, Segment} from "./Navigation";
|
||||
import {URLRouter} from "./URLRouter.js";
|
||||
import type { Path } from "./Navigation";
|
||||
import type {Path} from "./Navigation";
|
||||
|
||||
type SegmentType = {
|
||||
"login": true;
|
||||
|
|
Loading…
Reference in a new issue