Skip to content

Commit 43eb497

Browse files
Add missing import
1 parent 6830539 commit 43eb497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/go_router/lib/src/path_utils.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
import 'misc/errors.dart';
56
import 'route.dart';
67

78
final RegExp _parameterRegExp = RegExp(r':(\w+)(\((?:\\.|[^\\()])+\))?');

0 commit comments

Comments
 (0)