Skip to content

Commit 26b47b3

Browse files
authored
fix: update import path for Showcase component in CSV import plugin documentation (#2)
1 parent fab15c1 commit 26b47b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en-US/guides/sheets/tutorials/csv-import-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Callout } from 'nextra/components'
2-
import Showcase from '@univerjs-site/docs/showcase/sheets/csv-import-plugin'
2+
import Showcase from '@/showcase/sheets/csv-import-plugin'
33

44
# How to write a CSV import plugin
55

content/zh-CN/guides/sheets/tutorials/csv-import-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Callout } from 'nextra/components'
2-
import Showcase from '@univerjs-site/docs/showcase/sheets/csv-import-plugin'
2+
import Showcase from '@/showcase/sheets/csv-import-plugin'
33

44
# 编写一个 CSV 导入插件
55

0 commit comments

Comments
 (0)