Added list feature.

This commit is contained in:
Daniel
2022-06-22 17:35:58 +04:30
parent 73a3aa6ac9
commit abffa90506
9 changed files with 125 additions and 17 deletions
+2
View File
@@ -5,6 +5,7 @@ const addItem = async (
name,
link,
tag,
list,
reFetch,
onExit,
SetLoader,
@@ -36,6 +37,7 @@ const addItem = async (
title: title,
link: link,
tag: tag,
list: list,
date: dateCreated,
}),
headers: {