From 48d0ae5329e25f007dfad36e0e8f9c4bb33635e2 Mon Sep 17 00:00:00 2001 From: Severin Ibarluzea Date: Thu, 30 Oct 2025 15:07:49 -0700 Subject: [PATCH] Update JLCPCB guide example to name component --- .../importing-modules-and-chips/importing-from-jlcpcb.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/importing-modules-and-chips/importing-from-jlcpcb.mdx b/docs/guides/importing-modules-and-chips/importing-from-jlcpcb.mdx index dfc4242..0f37d42 100644 --- a/docs/guides/importing-modules-and-chips/importing-from-jlcpcb.mdx +++ b/docs/guides/importing-modules-and-chips/importing-from-jlcpcb.mdx @@ -46,7 +46,7 @@ import { ComponentName } from "@tsci/imported-component" export default () => ( - + ) ```