🎉 chore(init): project initialization

This commit is contained in:
web@ppanel
2024-11-14 01:22:43 +07:00
commit 829edfa824
479 changed files with 61413 additions and 0 deletions
@@ -0,0 +1,8 @@
export const
{{pascalCase name}}
= ({ children }: { children: React.ReactNode }) => { return (
<div>
<h1>{{pascalCase name}} Component</h1>
{children}
</div>
); };