Skip to content

Commit

Permalink
Fix import so svg_to_si works
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras committed May 1, 2024
1 parent 899b202 commit 3af5705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/svg_graph.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ import 'dart:typed_data';

import 'package:collection/collection.dart';
import 'package:jovial_misc/io_utils.dart';
import 'package:jovial_svg/dom.dart';
import 'package:meta/meta.dart';

import 'affine.dart';
import 'common_noui.dart';
import 'compact_noui.dart';
import 'path_noui.dart';
Expand Down

0 comments on commit 3af5705

Please sign in to comment.