Skip to content

Commit f969c9b

Browse files
committed
Fix the package name in introduction.md
1 parent f773810 commit f969c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/vitepress/examples/packages/docs/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { Example as ExampleComponent, MyPanel } from '@skirtle/test-project'
2+
import { Example as ExampleComponent, MyPanel } from '@scopedPackageName@'
33
</script>
44

55
<style scoped>

0 commit comments

Comments
 (0)