import 'package:flutter/foundation.dart';

class ProfileController extends ChangeNotifier {
  //todo: profile controller (pw change, etc)
}