Update import paths from relative to abslute path accross the entire application.

This commit is contained in:
Mohammad Salameh
2024-04-07 12:57:26 +03:00
parent 6dfce18703
commit 696ff25b6a
8 changed files with 14 additions and 16 deletions

View File

@ -3,7 +3,7 @@ import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:syncrow_app/features/app_layout/bloc/home_cubit.dart';
import '../../../../generated/assets.dart';
import 'package:syncrow_app/generated/assets.dart';
class AppBody extends StatelessWidget {
const AppBody({