From 7faab99ad24145ef23be8324aae32d2cf96562a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Mon, 8 Jan 2024 15:40:59 +0300 Subject: [PATCH] d --- src/App.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.swift b/src/App.swift index 5870186..bb6b95c 100644 --- a/src/App.swift +++ b/src/App.swift @@ -8,6 +8,8 @@ struct Content: View { MeetupId.TV("uuid-1") Divider() MeetupId.TV("uuid-2") + Divider() + //MeetupId.TV("uuid-3") } }