From 309f893dbcf50e021588111c6644848cf177373b Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 19 Jul 2022 15:35:32 -0400 Subject: Add option to export to DB, also make function to unmarshall/strigify a db object. See whether this function can instead be moved to the `DatabaseFile` interface, just like `UnmarshalJson` in `Go` --- src/components/Card.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Card.svelte') diff --git a/src/components/Card.svelte b/src/components/Card.svelte index a063e96..6b4b59e 100644 --- a/src/components/Card.svelte +++ b/src/components/Card.svelte @@ -3,7 +3,7 @@ export let desc = ""; -
+

{title}

{desc}

-- cgit v1.2.3