Bring type imports to the bottom

This commit is contained in:
RMidhunSuresh 2023-06-09 16:10:56 +05:30
parent f56cfba906
commit 9a2a482096

View File

@ -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) {