mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Bring type imports to the bottom
This commit is contained in:
parent
f56cfba906
commit
9a2a482096
@ -26,8 +26,8 @@ import {ITile, TileShape} from "../../../../../domain/session/room/timeline/tile
|
||||
import {GapView} from "./timeline/GapView.js";
|
||||
import {CallTileView} from "./timeline/CallTileView";
|
||||
import {DateHeaderView} from "./timeline/DateHeaderView";
|
||||
import type {TileViewConstructor} from "./TimelineView";
|
||||
import {VerificationTileView} from "./timeline/VerificationTileView";
|
||||
import type {TileViewConstructor} from "./TimelineView";
|
||||
|
||||
export function viewClassForTile(vm: ITile): TileViewConstructor {
|
||||
switch (vm.shape) {
|
||||
|
Loading…
Reference in New Issue
Block a user