Rename events screen
This commit is contained in:
parent
9903a96d96
commit
4bb389cec2
@ -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({
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user