| 1 |
import './donation-form/index'; |
| 2 |
import './donation-form-grid/index'; |
| 3 |
import './donor-wall/index'; |
| 4 |
|
| 5 |
// Import multi-form goal block from Multi-Form Goals src |
| 6 |
import '../src/MultiFormGoals/resources/js/blocks/multi-form-goal/index'; |
| 7 |
|
| 8 |
// Import progress bar block from Multi-Form Goals src |
| 9 |
import '../src/MultiFormGoals/resources/js/blocks/progress-bar/index'; |
| 10 |
|