<?php declare(strict_types=1);

namespace App\Engine\Navigation;

enum NavigationSection: string
{

    case HeaderMain = "header-main";
    case FooterMain = "footer-main";

}
