From 374bc5e8184f4a942cd65493aafab9b8361460a7 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 3 Jun 2021 13:49:53 +0200 Subject: [PATCH] IAP: Move its stories to the same folder This removes the top level stories folder. I prefer having the stories next to the code. I would love to do the same for the tests as well, but that isn't the convention in Dart. --- {stories => lib/iap}/screens_stories.dart | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {stories => lib/iap}/screens_stories.dart (100%) diff --git a/stories/screens_stories.dart b/lib/iap/screens_stories.dart similarity index 100% rename from stories/screens_stories.dart rename to lib/iap/screens_stories.dart