push display scenes and automations

This commit is contained in:
ashrafzarkanisala
2024-11-27 19:41:43 +03:00
parent 69e2295180
commit cf817fd5dc
13 changed files with 141 additions and 282 deletions

View File

@ -49,8 +49,7 @@ class RoutinesView extends StatelessWidget {
const SizedBox(
height: 30,
),
const FetchRoutineScenesAutomation(),
const Spacer(),
const Expanded(child: FetchRoutineScenesAutomation()),
],
),
);