feat: Implement language selection feature in staff profile onboarding
This commit is contained in:
@@ -130,9 +130,6 @@ class StaffProfilePage extends StatelessWidget {
|
||||
// Support section
|
||||
const SupportSection(),
|
||||
|
||||
// Settings section
|
||||
const SettingsSection(),
|
||||
|
||||
// Logout button at the bottom
|
||||
const LogoutButton(),
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export 'compliance_section.dart';
|
||||
export 'finance_section.dart';
|
||||
export 'onboarding_section.dart';
|
||||
export 'settings_section.dart';
|
||||
export 'support_section.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user