summaryrefslogtreecommitdiffstats
path: root/vendor/clue/block-react/src/functions_include.php
blob: b3ad74c652f2fcdb11f95857f5de32e91efa861f (plain)
1
2
3
4
5
6
7
8
<?php

namespace Clue\React\Block;

if (!function_exists('Clue\\React\\Block\\sleep')) {
    require __DIR__ . '/functions.php';
}