fixed bug

This commit is contained in:
hannathkadher
2024-09-26 14:51:07 +04:00
parent fe3525d255
commit c3000f8a7f

View File

@ -9,7 +9,7 @@ import 'package:syncrow_web/pages/spaces_management/view/sidebar_widget.dart';
import 'package:syncrow_web/utils/color_manager.dart';
import 'package:syncrow_web/utils/constants/assets.dart';
class SpaceManagementPage extends StatefulWidget with HelperResponsiveLayout {
class SpaceManagementPage extends StatefulWidget{
@override
SpaceManagementPageState createState() => SpaceManagementPageState();
}