diff --git a/ios/HackerNews/Stories/StoryRow.swift b/ios/HackerNews/Stories/StoryRow.swift index 73fc0a35..5448a271 100644 --- a/ios/HackerNews/Stories/StoryRow.swift +++ b/ios/HackerNews/Stories/StoryRow.swift @@ -177,13 +177,4 @@ struct StoryRow_Preview: PreviewProvider { .environment(Theme()) } } -} - -struct StoryRowLoadingState_Preview: PreviewProvider { - static var previews: some View { - PreviewVariants { - StoryRowLoadingState() - .environment(Theme()) - } - } -} +} \ No newline at end of file