refractor: migrate components in right package
This commit is contained in:
@@ -14,12 +14,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:wyatt_wyatt_ui_components/wyatt_wyatt_ui_components.dart';
|
||||
|
||||
|
||||
void main() {
|
||||
runApp(const MyApp());
|
||||
}
|
||||
@@ -39,9 +35,8 @@ class MyApp extends StatelessWidget {
|
||||
appBar: AppBar(
|
||||
title: const Text('Wyatt Ui Components Example'),
|
||||
),
|
||||
body: Center(child: Text(wyatt())),
|
||||
body: const Center(child: Text('')),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user