style: Remove the login folder

This commit is contained in:
2022-04-10 22:59:16 +02:00
parent 8556f61012
commit 5f82ed9745
2 changed files with 1 additions and 3 deletions

View File

@@ -7,8 +7,6 @@ import "package:moxxyv2/ui/bloc/login_bloc.dart";
import "package:flutter/material.dart";
import "package:flutter_bloc/flutter_bloc.dart";
// TODO: Move out of its folder
class Login extends StatelessWidget {
const Login({ Key? key }) : super(key: key);