mirror of
https://github.com/Iconica-Development/flutter_timetable.git
synced 2025-05-19 03:43:43 +02:00
6 lines
88 B
Dart
6 lines
88 B
Dart
|
library timetable;
|
||
|
|
||
|
import 'package:flutter/material.dart';
|
||
|
|
||
|
part 'src/timetable.dart';
|