|
@@ -32,9 +32,8 @@ |
|
32
|
32
|
$this->loader = new CX_Loader( |
|
33
|
33
|
array( |
|
34
|
34
|
$this->get_dir( 'vue-ui/cherry-x-vue-ui.php' ), |
|
35
|
35
|
$this->get_dir( 'admin-bar/jet-admin-bar.php' ), |
|
36
|
|
- $this->get_dir( 'blocks-style-manager/style-manager.php' ), |
|
37
|
36
|
) |
|
38
|
37
|
); |
|
39
|
38
|
} |
|
40
|
39
|
|