mirror of
https://github.com/immich-app/immich.git
synced 2026-03-27 20:08:09 -04:00
chore: remove unused file (#27202)
This commit is contained in:
parent
940a1d4ab8
commit
fb84c1cf61
@ -1,10 +0,0 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
function createAlbumAssetSelectionStore() {
|
||||
const isAlbumAssetSelectionOpen = writable<boolean>(false);
|
||||
return {
|
||||
isAlbumAssetSelectionOpen,
|
||||
};
|
||||
}
|
||||
|
||||
export const albumAssetSelectionStore = createAlbumAssetSelectionStore();
|
||||
Loading…
x
Reference in New Issue
Block a user