<?php

declare(strict_types=1);

/*
 * Provides contao components scrollmagic and anime.js.
 *
 * @author     vonRotenberg <https://www.vonrotenberg.de>
 * @license    LGPL-3.0+
 */

namespace vonRotenberg\ScrollanimationBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

final class vonRotenbergScrollanimationBundle extends Bundle
{
}