feat: add create link form

This commit is contained in:
Sonny
2024-05-09 23:14:42 +02:00
committed by Sonny
parent 2cf8c5ae02
commit 73f8c0c513
16 changed files with 244 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "my-links",
"version": "0.0.0",
"version": "1.3.0",
"private": true,
"type": "module",
"license": "UNLICENSED",
@@ -111,4 +111,4 @@
"lint-staged": {
"*.js,*.ts,*.jsx,*.tsx": "eslint --cache --fix"
}
}
}