lib: reorganize file structure

This commit is contained in:
2025-08-04 21:38:39 +02:00
parent c83821fa38
commit a968f2abe7
8 changed files with 13 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
// from svg.path import parser
import 'package:flutter_test/flutter_test.dart';
import 'package:kanimaji/common/point.dart';
import 'package:kanimaji/point.dart';
import 'package:kanimaji/svg/parser.dart'
show Command, Token, commandifyPath, parsePath, tokenizePath;