mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-30 14:38:03 +00:00
remove unused import
This commit is contained in:
@@ -2,7 +2,6 @@ import 'dart:io';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:qr_code_scanner/qr_code_scanner.dart';
|
||||
import 'package:simplex_chat/views/contacts/qr_code_details_view.dart';
|
||||
|
||||
class AddContactView extends StatefulWidget {
|
||||
const AddContactView({Key? key}) : super(key: key);
|
||||
|
||||
Reference in New Issue
Block a user