silphius/app/util/gather-test/second.js
2024-06-22 22:33:54 -05:00

7 lines
103 B
JavaScript

export default class Second {
static gathered(id, key) {
this.id = id;
this.key = key;
}
}