15 lines
157 B
PHP
15 lines
157 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Created by PhpStorm.
|
||
|
|
* User: chatfeed
|
||
|
|
* Date: 2022/5/19
|
||
|
|
* Time: 6:40 PM
|
||
|
|
*/
|
||
|
|
|
||
|
|
namespace admin\components\UI\Components;
|
||
|
|
|
||
|
|
class Component
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|