diff --git a/lib/Widgets/profile/components/profile_description.dart b/lib/widgets/profile/components/profile_description.dart similarity index 100% rename from lib/Widgets/profile/components/profile_description.dart rename to lib/widgets/profile/components/profile_description.dart diff --git a/lib/Widgets/profile/components/profile_name_row.dart b/lib/widgets/profile/components/profile_name_row.dart similarity index 98% rename from lib/Widgets/profile/components/profile_name_row.dart rename to lib/widgets/profile/components/profile_name_row.dart index 019b96b..cf4f34c 100644 --- a/lib/Widgets/profile/components/profile_name_row.dart +++ b/lib/widgets/profile/components/profile_name_row.dart @@ -1,5 +1,5 @@ import 'package:activitypub/activitypub.dart'; -import 'package:fedodo_general/Widgets/profile/enums/profile_button_state.dart'; +import 'package:fedodo_general/widgets/profile/enums/profile_button_state.dart'; import 'package:flutter/material.dart'; class ProfileNameRow extends StatefulWidget { diff --git a/lib/Widgets/profile/components/profile_picture_detail.dart b/lib/widgets/profile/components/profile_picture_detail.dart similarity index 100% rename from lib/Widgets/profile/components/profile_picture_detail.dart rename to lib/widgets/profile/components/profile_picture_detail.dart diff --git a/lib/Widgets/profile/enums/profile_button_state.dart b/lib/widgets/profile/enums/profile_button_state.dart similarity index 100% rename from lib/Widgets/profile/enums/profile_button_state.dart rename to lib/widgets/profile/enums/profile_button_state.dart diff --git a/lib/Widgets/profile/profile_head.dart b/lib/widgets/profile/profile_head.dart similarity index 100% rename from lib/Widgets/profile/profile_head.dart rename to lib/widgets/profile/profile_head.dart diff --git a/lib/Widgets/search.dart b/lib/widgets/search.dart similarity index 100% rename from lib/Widgets/search.dart rename to lib/widgets/search.dart