feat: change structure

This commit is contained in:
efrilm
2025-08-17 22:49:28 +07:00
parent 8eef620c16
commit b3c72cbbc0
11 changed files with 10 additions and 10 deletions
@@ -0,0 +1,6 @@
part of 'sales_loader_bloc.dart';
@freezed
class SalesLoaderEvent with _$SalesLoaderEvent {
const factory SalesLoaderEvent.fectched() = _Fectched;
}