realisation de la page user/historique

This commit is contained in:
MiharyR 2021-10-30 16:18:57 +02:00
parent d0ca04aefc
commit e358b6fa0e
18 changed files with 370 additions and 28 deletions

View file

@ -0,0 +1,7 @@
export interface WatchedVideo
{
_id: string,
url: string,
title: string,
date: Date
}