feat: initial commit

This commit is contained in:
shadcn
2023-01-24 19:51:29 +04:00
commit 0a241be17f
254 changed files with 23635 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"eslint.workingDirectories": [
{ "pattern": "apps/*/" },
{ "pattern": "packages/*/" }
]
}