Skip to content

Commit 2165d6e

Browse files
authored
Update getting-started.md (#1142)
1 parent 9541d79 commit 2165d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/overview/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ By importing the style we receive the scoped class name that was generated and w
5353

5454
```ts compiled
5555
// app.ts
56-
import { container } from './styles.css.ts';
56+
import { container } from './app.css.ts';
5757

5858
document.write(`
5959
<section class="${container}">

0 commit comments

Comments
 (0)