mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
import 'package:firebase_auth/firebase_auth.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:ruswipeshare/home.dart';
|
||||
import 'package:ruswipeshare/main.dart';
|
||||
|
||||
class SellScreen extends StatelessWidget {
|
||||
const SellScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: Center(
|
||||
child: const Text("Hi"),
|
||||
),
|
||||
bottomNavigationBar: MyNavBar(),
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user