+
-
-
-
-
-
-
-
setInput(e.target.value)}
- onKeyPress={handleKeyPress}
- />
+
+
+
+
+
+
+ setInput(e.target.value)}
+ onKeyPress={handleKeyPress}
+ />
+
+
+
+
+
-
-
-
-
-
+
+ >
);
};
diff --git a/app/package-lock.json b/app/package-lock.json
index a57467b..d32d3af 100644
--- a/app/package-lock.json
+++ b/app/package-lock.json
@@ -8,6 +8,7 @@
"name": "app",
"version": "0.1.0",
"dependencies": {
+ "date-fns": "^3.6.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
@@ -1325,6 +1326,16 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/date-fns": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
+ "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/kossnocorp"
+ }
+ },
"node_modules/debug": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
diff --git a/app/package.json b/app/package.json
index a9684e6..5fe828a 100644
--- a/app/package.json
+++ b/app/package.json
@@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
+ "date-fns": "^3.6.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"