]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/shared/stats/stats-card.ts
Reorganize player files
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / shared / stats / stats-card.ts
similarity index 99%
rename from client/src/assets/player/stats/stats-card.ts
rename to client/src/assets/player/shared/stats/stats-card.ts
index e76a81a74e6bedac7cd287fbd5e4f3fa71260af4..1bf631d2cf2ef71cfda0e23641ee80ec34bae967 100644 (file)
@@ -1,7 +1,7 @@
 import videojs from 'video.js'
 import { secondsToTime } from '@shared/core-utils'
-import { PlayerNetworkInfo as EventPlayerNetworkInfo } from '../peertube-videojs-typings'
-import { bytes } from '../utils'
+import { PlayerNetworkInfo as EventPlayerNetworkInfo } from '../../types'
+import { bytes } from '../common'
 
 interface StatsCardOptions extends videojs.ComponentOptions {
   videoUUID: string