Skip to content

Commit 8ab2e52

Browse files
committed
WIP
1 parent 0a49303 commit 8ab2e52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Atk4\Ui\Demos;
6+
7+
/** @var \Atk4\Ui\App $app */
8+
require_once __DIR__ . '/../init-app.php';
9+
10+
// TODO

0 commit comments

Comments
 (0)