From 24be7b5399ae4162702ad9a1f17b5711922a2da4 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 2 Feb 2020 13:12:13 +0100 Subject: Add a router --- app/components/post/post.svelte | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app/components/post/post.svelte (limited to 'app/components/post') diff --git a/app/components/post/post.svelte b/app/components/post/post.svelte new file mode 100644 index 0000000..429dfd6 --- /dev/null +++ b/app/components/post/post.svelte @@ -0,0 +1,29 @@ + + + +
+

It's just how it is...

+
+
+ + -- cgit