config.php
15 lines
| 1 | <?php |
| 2 | /** |
| 3 | * VK Component Config |
| 4 | * |
| 5 | * @package VK Blocks |
| 6 | */ |
| 7 | |
| 8 | use VektorInc\VK_Component\VK_Component_Button; |
| 9 | use VektorInc\VK_Component\VK_Component_Mini_Contents; |
| 10 | use VektorInc\VK_Component\VK_Component_Posts; |
| 11 | |
| 12 | VK_Component_Button::init(); |
| 13 | VK_Component_Mini_Contents::init(); |
| 14 | VK_Component_Posts::init(); |
| 15 |