Minor improvements

This commit is contained in:
Andras Schmelczer 2022-09-24 21:53:50 +02:00
parent cf07001036
commit af45688029
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
6 changed files with 23 additions and 15 deletions

View file

@ -1,6 +1,6 @@
import { html } from '../../../types/html';
import { Preview } from '../../basics/preview/preview';
import { Video } from '../../basics/video/video';
import { Preview } from '../../preview/preview';
import { Video } from '../../video/video';
export interface TimelineElementParameters {
date: string;