Skip to content

Commit

Permalink
removed an import line (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
DohaBeltagy committed Mar 11, 2024
1 parent ae1d85b commit 00ec566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threddit_app/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:threddit_app/features/user_system/ui/regisiter_screen.dart';
import 'package:threddit_app/features/user_system/view/regisiter_screen.dart';

void main() {
runApp(registerScreen());
Expand Down

0 comments on commit 00ec566

Please sign in to comment.