Skip to content

Commit 16313a4

Browse files
committed
fix path
1 parent 5c94f81 commit 16313a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dart/lib/src/models/model_base.dart.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
part of '../models.dart';
1+
part of '../../models.dart';
22

33
abstract class Model {
44
Map<String, dynamic> toMap();

0 commit comments

Comments
 (0)