Skip to content

Commit

Permalink
Feat: 리포트 페이지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bbx8216 committed Jun 6, 2023
1 parent 3bb6da9 commit 7ee764e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/LearningReport/reportListPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class ReportListPage extends StatefulWidget {
}
ReportContent today = new ReportContent(title: '6월 6일', goodSentence: "나는 엄마가 좋아요", badSentence: "나는 운동을 좋아해요", score: 4);
List<ReportContent> reportContents = [today];

class _ReportListPageState extends State<ReportListPage> {
//List<ReportContent> reportContents = [];

Expand Down

0 comments on commit 7ee764e

Please sign in to comment.