From 7c9f33dafa832b81f2db24fa2a28fcd40f306799 Mon Sep 17 00:00:00 2001 From: Twaambo Haamucenje Date: Wed, 8 May 2019 14:40:32 +0200 Subject: [PATCH] html to svelte in the markup (#136) --- src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 3365406..954eb14 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -43,4 +43,4 @@
HIGH FIVE!
-

Try editing this file (routes/index.html) to test live reloading.

\ No newline at end of file +

Try editing this file (src/routes/index.svelte) to test live reloading.