pennellato git da rosso ad arancio e verde

This commit is contained in:
2026-04-21 11:26:42 +02:00
parent a19fd1104f
commit 09398a1b34
27 changed files with 237 additions and 389 deletions

View File

@@ -16,9 +16,9 @@ class DashboardContent extends StatelessWidget {
@override
Widget build(BuildContext context) {
return BlocBuilder<SessionBloc, SessionState>(
return BlocBuilder<SessionCubit, SessionState>(
builder: (context, state) {
final store = state.selectedStore;
final store = state.currentStore;
final company = state.company;
return Scaffold(