edit key word api added
This commit is contained in:
@@ -12,6 +12,7 @@ import '../strings/profile_strings.dart';
|
||||
import '../widgets/main_data_tab.dart';
|
||||
import '../widgets/members_tab.dart';
|
||||
import '../widgets/profile_tab_bar.dart';
|
||||
import '../widgets/subject_tab.dart';
|
||||
|
||||
class DesktopProfilePage extends StatefulWidget {
|
||||
const DesktopProfilePage({super.key});
|
||||
@@ -98,7 +99,7 @@ class _DesktopProfilePageState extends State<DesktopProfilePage>
|
||||
onLogout: () => viewModel.logout(),
|
||||
),
|
||||
const MembersTab(),
|
||||
const Center(child: Text('Subject Tab Content')),
|
||||
const SubjectTab(),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user