Skip to content

Commit

Permalink
DST-538: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
aromko committed Aug 30, 2024
1 parent 3e2daa4 commit e431cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/compound-component/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ In our case, we can use a pre-styled `<Link>` component. We put this link into t
<CH.Code style={{ height: 500 }}>
```tsx App.tsx use-v1 focus=14:22
```tsx App.tsx focus=14:22
// from ./_components/TabsActionExample.tsx
```
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default defineConfig(async () => {
],
],
recmaPlugins: [[v1.recmaCodeHike, chConfig]],
jsx: true,
}),
},
react(),
Expand Down

0 comments on commit e431cca

Please sign in to comment.