feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot
2025-02-08 13:42:54 -08:00
committed by ryan
parent 1eb868b58c
commit 661f8656f4
89 changed files with 5823 additions and 763 deletions
@@ -0,0 +1,8 @@
export const {{ pascalCase name }} = ({ children }: { children: React.ReactNode }) => {
return (
<div>
<h1>{{ pascalCase name }} Component</h1>
{children}
</div>
);
};