Skip to content

Commit

Permalink
Undo folder rename as it was causing a different doc manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 26, 2024
1 parent a07d388 commit 273b58c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/navigator/legacy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Internal dependencies
*/
import { Navigator as InternalNavigator } from './navigator/component';
import { Navigator as InternalNavigator } from './navigator-provider/componentcomponent';

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Build JavaScript assets for PHP unit tests

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 7

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 1

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 6

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 3

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 2

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Build Release Artifact

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.

Check failure on line 4 in packages/components/src/navigator/legacy.ts

View workflow job for this annotation

GitHub Actions / Run performance tests

Cannot find module './navigator-provider/componentcomponent' or its corresponding type declarations.
import { NavigatorScreen as InternalNavigatorScreen } from './navigator-screen/component';
import { NavigatorButton as InternalNavigatorButton } from './navigator-button/component';
import { NavigatorBackButton as InternalNavigatorBackButton } from './navigator-back-button/component';
Expand Down

0 comments on commit 273b58c

Please sign in to comment.