feat: Setup Admin Interface

This commit is contained in:
Moriz Wahl 2021-10-21 13:11:42 +02:00
parent ae5b37d94d
commit 53038fc082

9
admin/package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "admin",
"version": "1.0.0",
"description": "Administraion Interface for Gradido",
"main": "index.js",
"author": "Moriz Wahl",
"license": "MIT",
"private": false
}