Move apps to mobile directory structure
Relocated all app directories (client, design_system_viewer, staff) and their contents under the new 'apps/mobile' path. This change improves project organization and prepares for future platform-specific structuring.
This commit is contained in:
12
apps/mobile/packages/design_system/lib/design_system.dart
Normal file
12
apps/mobile/packages/design_system/lib/design_system.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
export 'src/ui_colors.dart';
|
||||
export 'src/ui_typography.dart';
|
||||
export 'src/ui_constants.dart';
|
||||
export 'src/ui_theme.dart';
|
||||
export 'src/ui_icons.dart';
|
||||
export 'src/ui_images_assets.dart';
|
||||
export 'src/widgets/ui_app_bar.dart';
|
||||
export 'src/widgets/ui_text_field.dart';
|
||||
export 'src/widgets/ui_step_indicator.dart';
|
||||
export 'src/widgets/ui_icon_button.dart';
|
||||
export 'src/widgets/ui_button.dart';
|
||||
export 'src/widgets/ui_chip.dart';
|
||||
Reference in New Issue
Block a user