Add index.php

This commit is contained in:
Lewis Dale 2023-08-25 21:02:20 +01:00
parent 9907bde834
commit 01bdd6dab9
1 changed files with 4 additions and 0 deletions

4
index.php Normal file
View File

@ -0,0 +1,4 @@
<?php
declare(strict_types=1);
require_once './src/ImageResizer.php';