aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/lib/helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/lib/helpers.ts')
-rw-r--r--app/src/lib/helpers.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/lib/helpers.ts b/app/src/lib/helpers.ts
deleted file mode 100644
index 35b5f65..0000000
--- a/app/src/lib/helpers.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import type { Temporal } from "temporal-polyfill";
-
-export function instantAsHtmlInputValueString(instant: Temporal.Instant) {
- return instant.toString().split("T")[0]
-} \ No newline at end of file