mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
React code splitting (#2603)
* Code split using react lazy * Split locales * Move to lodash-es * Import individual icons
This commit is contained in:
@@ -129,3 +129,5 @@ export class SceneQueue {
|
||||
return `/scenes/${sceneID}${params.length ? "?" + params.join("&") : ""}`;
|
||||
}
|
||||
}
|
||||
|
||||
export default SceneQueue;
|
||||
|
||||
Reference in New Issue
Block a user