feat(web): Replicate albums view for sharing view (#2433)

* replicate album view for sharing view

* Remove unused file

* fix test

* correct title
This commit is contained in:
Alex
2023-05-13 09:05:30 -05:00
committed by GitHub
parent 43951ec208
commit 4dff129949
5 changed files with 53 additions and 94 deletions
@@ -14,7 +14,7 @@ export const load = (async ({ locals: { api, user } }) => {
user,
sharedAlbums,
meta: {
title: 'Albums'
title: 'Sharing'
}
};
} catch (e) {