silphius/app/util/gather-test/second.js

7 lines
103 B
JavaScript
Raw Normal View History

2024-06-10 22:42:30 -05:00
export default class Second {
static gathered(id, key) {
this.id = id;
this.key = key;
}
}