7 lines
105 B
Dart
7 lines
105 B
Dart
import 'package:flutter/material.dart';
|
|
import 'app.dart';
|
|
|
|
void main() {
|
|
runApp(const AIChatApp());
|
|
}
|