1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2024-12-21 13:37:29 +01:00

Remove empty file

This commit is contained in:
Oystein Kristoffer Tveit 2020-07-14 14:59:54 +02:00
parent 920ad17e4c
commit 45119e2a34

View File

@ -1,10 +0,0 @@
import 'package:flutter/material.dart';
class InitialState extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Center(
child: TextField(),
);
}
}