Skip to content

Commit 7338361

Browse files
committed
Ensure import graph actually uses TS
1 parent 4c417a9 commit 7338361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/learn/describing-the-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can declare many components in one file, but large files can get difficult t
6969
<Sandpack>
7070

7171
```js App.js hidden
72-
import Gallery from './Gallery.js';
72+
import Gallery from './Gallery';
7373

7474
export default function App() {
7575
return (

0 commit comments

Comments
 (0)