import 'package:flutter_riverpod/flutter_riverpod.dart';
import '../../networking/http.dart';
final pHTTP = Provider((ref) => HTTP());