chore: remove unused file (#27202)
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…
Reference in New Issue