Unlock this challenge:
How should you add a use statement for the Route class in your controller file?
Route
use Symfony\Component\Routing\Annotation\Route;
include Symfony\Component\Routing\Route;
require Symfony\Component\Routing\Route;
use Symfony\Component\Routing\Attribute\Route;