HarbingerCDN/lib/main.dart

7 lines
124 B
Dart
Raw Permalink Normal View History

2024-02-10 05:11:44 -07:00
import 'package:flutter/material.dart';
2024-02-11 13:59:26 -07:00
import 'package:playsync/Welcome.dart';
2024-02-10 05:11:44 -07:00
void main() {
2024-02-10 12:54:51 -07:00
runApp(const Welcome());
2024-02-10 05:11:44 -07:00
}