Maintenance mode is on
Site will be available soon. Thank you for your patience!
function load_react_dashboard() { if (is_page('dashboard')) { wp_enqueue_script( 'react-app', get_template_directory_uri() . '/react-app/static/js/main.js', array(), null, true ); wp_enqueue_style( 'react-css', get_template_directory_uri() . '/react-app/static/css/main.css' ); } } add_action('wp_enqueue_scripts', 'load_react_dashboard');
Site will be available soon. Thank you for your patience!