From 53e3822a054064c92f9b94627c679ce5f0577d45 Mon Sep 17 00:00:00 2001 From: Johan LACHENAL Date: Mon, 13 May 2024 10:52:29 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'RankingView.swift'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RankingView.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RankingView.swift b/RankingView.swift index 69fefef..c93d51f 100644 --- a/RankingView.swift +++ b/RankingView.swift @@ -16,4 +16,12 @@ struct RankingView { .font(.Title2) .foregroundColor(.white) } +} + +// TODO verifier si c'est comme ça qu'on fait les previews (il me semble qu'il faut mettre un # preview plutôt que ça) + +struct IgaSwiatekView_Previews: PreviewProvider { + static var previews: some View { + IgaSwiatekView() + } } \ No newline at end of file