From 92691ff7ac7115e8b26cdb1ac960153f6eef6ded Mon Sep 17 00:00:00 2001 From: Maxi Ferreira Date: Thu, 16 May 2019 22:51:51 -0300 Subject: [PATCH] Update Transition Tutorial The `fade` import was removed in the previous chapter, it needs to be re-added for the example to work correctly. --- .../tutorial/10-transitions/03-in-and-out/app-a/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte b/site/content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte index 01047f5e37..75d98d4ea4 100644 --- a/site/content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte +++ b/site/content/tutorial/10-transitions/03-in-and-out/app-a/App.svelte @@ -1,5 +1,5 @@ @@ -12,4 +12,4 @@

Flies in and out

-{/if} \ No newline at end of file +{/if}