revert
This commit is contained in:
parent
a4ba3c4f5d
commit
09a37c1769
3 changed files with 298 additions and 64 deletions
|
|
@ -1,6 +0,0 @@
|
|||
return {
|
||||
{
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
branch = 'main', -- force v2.x from the main branch
|
||||
},
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
import './styles.css';
|
||||
|
||||
const {{ComponentName}} = () => {
|
||||
return (
|
||||
<div className="{{ComponentName}}">
|
||||
<h1>{{ComponentName}} Component</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default {{ComponentName}};
|
||||
Loading…
Add table
Add a link
Reference in a new issue