silphius/app/ecs-systems/index.js

4 lines
125 B
JavaScript
Raw Normal View History

2024-06-22 22:33:34 -05:00
import gather from '@/util/gather.js';
2024-06-14 15:18:55 -05:00
export default gather(import.meta.glob('./*.js', {eager: true, import: 'default'}));