diff --git a/lib/services/content_provider.dart b/lib/services/content_provider.dart index 1f19c19..71c05a1 100644 --- a/lib/services/content_provider.dart +++ b/lib/services/content_provider.dart @@ -21,7 +21,7 @@ class ContentProvider { static List get experience => _content['experience']; - static List> get education => _content['education']; + static List get education => _content['education']; - static List> get skills => _content['skills']; + static List get skills => _content['skills']; }