Initial commit

This commit is contained in:
René Preuß
2022-10-30 14:15:45 +01:00
commit 473c69869d
18 changed files with 515 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "@bitinflow/ui",
"version": "0.0.1",
"description": "Bitinflow UI Kit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "René Preuß <rene@bitinflow.com>",
"license": "Apache-2.0"
}