removed hive imports
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import 'package:hive/hive.dart';
|
||||
|
||||
class Bookmark extends HiveObject {
|
||||
class Bookmark {
|
||||
Bookmark({required this.name, required this.link});
|
||||
|
||||
factory Bookmark.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user