Skip to content

Commit

Permalink
docs: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Feb 19, 2024
1 parent 7e19fdd commit f2db759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/tutorial/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import { defineConfig } from '@kubb/core'
import createSwagger from '@kubb/swagger'
import createSwaggerTS from '@kubb/swagger-ts'

import { templates } from './templates/CustomClientTemplates.tsx'
import { templates } from './templates/CustomClientTemplate.tsx'

export default defineConfig(async () => {
return {
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/swagger-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ export default defineConfig({
})
```

<<< @/../examples/client/templates/CustomClientTemplates.tsx
<<< @/../examples/client/templates/CustomClientTemplate.tsx

:::

Expand Down

0 comments on commit f2db759

Please sign in to comment.