Skip to content

Commit d18526f

Browse files
committed
flatten files
1 parent befc532 commit d18526f

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

packages/route-pattern/src/lib/match.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Node } from './ast.ts';
2-
import { parse } from './parse/parse.ts';
2+
import { parse } from './parse.ts';
33

44
type Params = Record<string, string | undefined>;
55
type Constraint = (url: URL) => Params | null;

0 commit comments

Comments
 (0)