From c35beda55424fb5b8315b0e3af2d859d7ed57941 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Fri, 31 May 2024 23:06:47 -0700 Subject: [PATCH] fix(system-setup): issue with web --- lib/views/system/setup.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/system/setup.dart b/lib/views/system/setup.dart index d3cacc46..6c33e89a 100644 --- a/lib/views/system/setup.dart +++ b/lib/views/system/setup.dart @@ -1,5 +1,5 @@ import 'dart:io' as io; -import 'dart:io' if (dart.library.html) '../logic/io_none.dart'; +import 'dart:io' if (dart.library.html) '../../logic/io_none.dart'; import 'package:flutter_adaptive_scaffold/flutter_adaptive_scaffold.dart'; import 'package:flutter_svg/flutter_svg.dart';