Skip to content

Commit c6d034d

Browse files
committed
rename file
1 parent 652f936 commit c6d034d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ cd packages/app/create-react-app
6464
pnpm start
6565
```
6666

67-
A basic CRA app will now be running. Go change the file [`packages/core/base/src/utils.ts`](./packages/core/base/src/utils.ts). This file is used by the file [`packages/ui/react/src/HelloWorld.tsx`](./packages/ui/react/src/HelloWorld.tsx), which is used by the CRA app.
67+
A basic CRA app will now be running. Go change the file [`packages/core/base/src/helloWorld.ts`](./packages/core/base/src/helloWorld.ts). This file is used by the file [`packages/ui/react/src/HelloWorld.tsx`](./packages/ui/react/src/HelloWorld.tsx), which is used by the CRA app.
6868

6969
Change the string `'Hello, world!'` to some other string, and save the file. The CRA app should update automatically, reflecting this deeply nested change.
File renamed without changes.

packages/core/base/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './utils.js';
1+
export * from './helloWorld';

0 commit comments

Comments
 (0)