mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44: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:
@@ -38,3 +38,5 @@ export const GalleryViewer: React.FC<IProps> = ({ galleryId }) => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default GalleryViewer;
|
||||
|
||||
Reference in New Issue
Block a user