fix: adding constant package.

This commit is contained in:
sriram veeraghanta 2024-06-14 15:29:27 +05:30
parent 64bbe19f1b
commit 299e220d08
4 changed files with 98 additions and 386 deletions

View file

@ -0,0 +1,6 @@
{
"name": "@plane/constants",
"version": "0.21.0",
"private": true,
"main": "./index.ts"
}