category repo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import 'package:dartz/dartz.dart';
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
|
||||
import '../../common/api/api_failure.dart';
|
||||
|
||||
part 'category.freezed.dart';
|
||||
|
||||
part 'entities/category_entity.dart';
|
||||
part 'failures/category_failure.dart';
|
||||
part 'repositories/i_category_repository.dart';
|
||||
Reference in New Issue
Block a user