remove dead import

This commit is contained in:
Shish 2023-12-15 13:23:20 +00:00
parent 10ba2ccb7f
commit c1acf5c38c

View file

@ -4,8 +4,6 @@ declare(strict_types=1);
namespace Shimmie2;
use PhpParser\Node\Expr\Cast\Double;
class Link
{
public ?string $page;