import CodeBlock from '@theme/CodeBlock'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; export default function Create({pkg, type}) { return ( npx @flecks/create-{type} {pkg} yarn create @flecks/{type} {pkg} bun create @flecks/{type} {pkg} ); }