diff --git a/lib/utils/path.dart b/lib/utils/path.dart index 87f24b2..2e1bd53 100644 --- a/lib/utils/path.dart +++ b/lib/utils/path.dart @@ -2,7 +2,7 @@ import 'dart:io'; import 'dart:async'; import 'package:path/path.dart' as path; -enum FileType { none, file file, directory, link } +enum FileType { none, file, directory, link } class Path { static String? getParent(String path) {