import 'package:redux/redux.dart';
import 'videos.state.dart';
final videosReducer = combineReducers<VideosState>([]);