onion/js/components/stores/artwork_list_store.js

5 lines
72 B
JavaScript

class ArtworkListStore {
constructor() {
this.artworkList = [];
}
};