mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 12:52:39 +02:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
parent
55332d1ddb
commit
856eb69577
201 changed files with 2812 additions and 14413 deletions
8
packages/ui/turbo/generators/templates/component.hbs
Normal file
8
packages/ui/turbo/generators/templates/component.hbs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export const {{ pascalCase name }} = ({ children }: { children: React.ReactNode }) => {
|
||||
return (
|
||||
<div>
|
||||
<h1>{{ pascalCase name }} Component</h1>
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue