feat: customer page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:dartz/dartz.dart';
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
|
||||
import '../../common/api/api_failure.dart';
|
||||
|
||||
part 'customer.freezed.dart';
|
||||
part 'entities/customer_entity.dart';
|
||||
part 'failures/customer_failure.dart';
|
||||
part 'repositories/i_customer_repository.dart';
|
||||
Reference in New Issue
Block a user