Skip to content

Commit

Permalink
refactor: Split viewer.ts into multiple files (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy authored Oct 14, 2024
1 parent f473cae commit 7e3266f
Show file tree
Hide file tree
Showing 7 changed files with 1,027 additions and 970 deletions.
1 change: 1 addition & 0 deletions src/components/live/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import AutoMediaLoadedInfo from '../../utils/embla/plugins/auto-media-loaded-inf
import AutoSize from '../../utils/embla/plugins/auto-size/auto-size.js';
import { getStreamCameraID } from '../../utils/substream.js';
import { View } from '../../view/view.js';
import '../carousel';
import { EmblaCarouselPlugins } from '../carousel.js';
import { dispatchFrigateCardErrorEvent } from '../message.js';
import '../next-prev-control.js';
Expand Down
Loading

0 comments on commit 7e3266f

Please sign in to comment.