Skip to content

Commit e668309

Browse files
crisbetozelliott
authored andcommitted
build: fix wrong import path (angular#22510)
Fixes a path that is wrong, because the PR was opened before we renamed the file.
1 parent 11d5b9c commit e668309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/paginator/paginator.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use '../../cdk/a11y/a11y';
1+
@use '../../cdk/a11y';
22

33
$padding: 0 8px;
44
$page-size-margin-right: 8px;

0 commit comments

Comments
 (0)