8 lines
139 B
Dart
8 lines
139 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import 'presentation/watch_session_app.dart';
|
|
|
|
void main() {
|
|
runApp(const WatchSessionApp());
|
|
}
|