Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(system-setup): issue with web
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Jun 1, 2024
1 parent d3b8329 commit c35beda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/system/setup.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c35beda

Please sign in to comment.