From beb84946b992d03138114f435d6ff28e33b59499 Mon Sep 17 00:00:00 2001 From: Daniel Rochetti Date: Sat, 4 Nov 2023 18:49:52 -0700 Subject: [PATCH] fix: unused import --- lib/runtime.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/runtime.dart b/lib/runtime.dart index bc19e73..ae890b4 100644 --- a/lib/runtime.dart +++ b/lib/runtime.dart @@ -1,4 +1,3 @@ -import 'package:cross_file/cross_file.dart'; import 'package:platform/platform.dart'; // In Dart, we can use the dart:html library to check for browser-specific features