Rename events screen

This commit is contained in:
Shawn 2024-02-05 14:30:06 -07:00
parent 9903a96d96
commit 4bb389cec2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
part of '../wonder_events.dart'; part of '../wonder_events_screen.dart';
class _EventsList extends StatefulWidget { class _EventsList extends StatefulWidget {
const _EventsList({ const _EventsList({

View File

@ -1,4 +1,4 @@
part of '../wonder_events.dart'; part of '../wonder_events_screen.dart';
class _TimelineBtn extends StatelessWidget { class _TimelineBtn extends StatelessWidget {
const _TimelineBtn({Key? key, required this.type, this.width}) : super(key: key); const _TimelineBtn({Key? key, required this.type, this.width}) : super(key: key);