perf: ~40ms improvement: Lazy load controllers and page components
This commit is contained in:
@@ -29,8 +29,6 @@ class TorrentKeyNotFoundError extends TorrentError {
|
||||
constructor (torrentKey) { super(`Can't resolve torrent key ${torrentKey}`) }
|
||||
}
|
||||
|
||||
class InvalidTorrentError extends TorrentError {}
|
||||
|
||||
module.exports = {
|
||||
CastingError,
|
||||
PlaybackError,
|
||||
@@ -39,6 +37,5 @@ module.exports = {
|
||||
UnplayableTorrentError,
|
||||
UnplayableFileError,
|
||||
InvalidSoundNameError,
|
||||
TorrentKeyNotFoundError,
|
||||
InvalidTorrentError
|
||||
TorrentKeyNotFoundError
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user