mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
fix(docs): remove export for WhyInteractive
This commit is contained in:
parent
82200d5f94
commit
0e263202a1
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ function Why() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function WhyInteractive(props: {
|
function WhyInteractive(props: {
|
||||||
codeblockInstall: ReactNode;
|
codeblockInstall: ReactNode;
|
||||||
codeblockUninstall: ReactNode;
|
codeblockUninstall: ReactNode;
|
||||||
}) {
|
}) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue