/home/awneajlw/working.codestechvista.com/wp-content/themes/blockskit-base/inc/core/init.php
<?php
/**
 * Initiate core files
 */
add_action( 'after_setup_theme', function() {
	include get_template_directory() . '/inc/core/block-patterns.php';
	include get_template_directory() . '/inc/core/block-styles.php';
});