Skip to content

Commit

Permalink
streak
Browse files Browse the repository at this point in the history
  • Loading branch information
Syipmong committed Feb 16, 2024
1 parent 896e88e commit ce3737b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:todo_app/auth/login.dart';
import 'package:todo_app/screens/setting.dart';
import 'package:todo_app/screens/todoscreen.dart';
import 'package:todo_app/screens/notescreen.dart'; // Import the NotesScreen
import 'package:todo_app/screens/notescreen.dart';

class HomeScreen extends StatefulWidget {
const HomeScreen({super.key});
Expand Down Expand Up @@ -49,7 +49,7 @@ class _HomeScreenState extends State<HomeScreen> {
),
),
Text(
"email@flutter.com"
"testemail@flutter.com"
),
],
),
Expand Down

0 comments on commit ce3737b

Please sign in to comment.