Skip to content

Commit

Permalink
refactor: Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak committed Sep 16, 2023
1 parent d23e975 commit 2eb0ad7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/database/database_controler.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'dart:io';

import 'package:openreads/database/database_provider.dart';
import 'package:openreads/model/book.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/ui/books_screen/helper/multi_select_helper.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';

import '../../../core/constants.dart/enums.dart';
Expand Down

0 comments on commit 2eb0ad7

Please sign in to comment.