diff --git a/skills/radix-ui-design-system/examples/README.md b/skills/radix-ui-design-system/examples/README.md index 0d2d2daa..7a842015 100644 --- a/skills/radix-ui-design-system/examples/README.md +++ b/skills/radix-ui-design-system/examples/README.md @@ -59,5 +59,5 @@ These examples use CSS classes. You can: ## Learn More - [Main SKILL.md](../SKILL.md) - Complete guide -- [Component Template](../templates/component-template.tsx) - Boilerplate +- [Component Template](../templates/component-template.tsx.template) - Boilerplate - [Radix UI Docs](https://www.radix-ui.com/primitives) diff --git a/skills/radix-ui-design-system/templates/component-template.tsx b/skills/radix-ui-design-system/templates/component-template.tsx.template similarity index 100% rename from skills/radix-ui-design-system/templates/component-template.tsx rename to skills/radix-ui-design-system/templates/component-template.tsx.template