mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Move import to top of file
This commit is contained in:
parent
3a425b5af0
commit
b2043206e3
@ -3,6 +3,7 @@ import {UpdateAction} from "../UpdateAction";
|
||||
import {BaseEntry} from "../../../../../matrix/room/timeline/entries/BaseEntry";
|
||||
import {BaseEventEntry} from "../../../../../matrix/room/timeline/entries/BaseEventEntry";
|
||||
import {ViewModel} from "../../../../ViewModel";
|
||||
import type {SegmentType} from "../../../../navigation";
|
||||
import type {Options} from "../../../../ViewModel";
|
||||
|
||||
/**
|
||||
@ -164,7 +165,6 @@ export class DateTile<T extends object = SegmentType> extends ViewModel<T, Optio
|
||||
|
||||
import { EventEntry } from "../../../../../matrix/room/timeline/entries/EventEntry.js";
|
||||
import { SimpleTile } from "./SimpleTile";
|
||||
import { SegmentType } from "../../../../navigation";
|
||||
|
||||
export function tests() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user