1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-12 08:38:10 +00:00

visual: export ButtonStim

This commit is contained in:
Sotiri Bakagiannis 2021-05-10 14:04:46 +01:00
parent 61e41553d3
commit 6e1befa8c6

View File

@ -1,3 +1,4 @@
export * from './ButtonStim.js';
export * from './Form.js';
export * from './ImageStim.js';
export * from './MovieStim.js';