mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
cleaned some warring messages
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import 'package:bloc/bloc.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
|
||||
part 'layout_state.dart';
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
part of 'layout_cubit.dart';
|
||||
|
||||
@immutable
|
||||
abstract class LayoutState {}
|
||||
|
||||
class LayoutInitial extends LayoutState {}
|
||||
|
Reference in New Issue
Block a user