Skip to content

Commit

Permalink
content warning edited
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiterunamaana committed Jun 15, 2024
1 parent 4a6ff43 commit b4a5e65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'widgets/bottom_navigation_bar.dart';

void main() {
runApp(const MaterialApp(
home: StatusWidget(
statusId: '112497942836430426',
))); //AuthPage AppBottomBar MyApp AccountPropertiesWidget(accountId: myAccount)
home:
AuthPage())); //AuthPage AppBottomBar MyApp AccountPropertiesWidget(accountId: myAccount)
}

0 comments on commit b4a5e65

Please sign in to comment.