feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function $COMPONENT_NAME$({ }) {
|
||||
return (
|
||||
<div>
|
||||
{/* $COMPONENT_NAME$ component */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user