This commit is contained in:
David Bland 2025-08-12 10:58:29 -04:00
parent a4ba3c4f5d
commit 09a37c1769
3 changed files with 298 additions and 64 deletions

View file

@ -1,6 +0,0 @@
return {
{
'williamboman/mason-lspconfig.nvim',
branch = 'main', -- force v2.x from the main branch
},
}

View file

@ -1,11 +0,0 @@
import './styles.css';
const {{ComponentName}} = () => {
return (
<div className="{{ComponentName}}">
<h1>{{ComponentName}} Component</h1>
</div>
);
}
export default {{ComponentName}};