Add to PartsOfSpeechView_Previews
This commit is contained in:
		@@ -44,5 +44,6 @@ struct PartsOfSpeechView_Previews: PreviewProvider {
 | 
				
			|||||||
    static var previews: some View {
 | 
					    static var previews: some View {
 | 
				
			||||||
        PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")])
 | 
					        PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")])
 | 
				
			||||||
            .preferredColorScheme(.dark)
 | 
					            .preferredColorScheme(.dark)
 | 
				
			||||||
 | 
					        PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")])
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user