This commit is contained in:
Erick Friis 2024-11-21 18:59:10 -08:00
parent 3dd6c05ce7
commit d83000b5b8

View File

@ -26,6 +26,10 @@
"\n", "\n",
":::\n", ":::\n",
"\n", "\n",
"import Tabs from '@theme/Tabs';\n",
"import TabItem from '@theme/TabItem';\n",
"import CodeBlock from \"@theme/CodeBlock\";\n",
"\n",
"<Tabs>\n", "<Tabs>\n",
" <TabItem value=\"poetry\" label=\"Poetry\" default>\n", " <TabItem value=\"poetry\" label=\"Poetry\" default>\n",
"If you followed the [previous guide](../package), you should already have these dependencies installed!\n", "If you followed the [previous guide](../package), you should already have these dependencies installed!\n",