Skip to content

Commit 1a2b1a5

Browse files
committed
fix build
1 parent d18526f commit 1a2b1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Node, Optional } from '../ast.ts';
1+
import type { Node, Optional } from './ast.ts';
22
import { lexHostname, lexPathname, lexProtocol } from './lex.ts';
33
import type { Token } from './token.ts';
44
import { split } from './split.ts';

0 commit comments

Comments
 (0)