From bb33caacdd21b4032b7524dbef876f928f5497d0 Mon Sep 17 00:00:00 2001 From: alialaa17 <59868906+alialaa17@users.noreply.github.com> Date: Sun, 13 Aug 2023 10:52:09 +0300 Subject: [PATCH 1/4] Update page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0221717..c50fdb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ export default async function Home() { const flags = await flagsmith.getEnvironmentFlags(); return (
-
+

Hello World

About From 13bd5f1f66b93ad4c39a185239844259749a1dff Mon Sep 17 00:00:00 2001 From: alialaa17 <59868906+alialaa17@users.noreply.github.com> Date: Sun, 13 Aug 2023 10:58:51 +0300 Subject: [PATCH 2/4] Update page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c50fdb9..5d01945 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ export default async function Home() { const flags = await flagsmith.getEnvironmentFlags(); return (
-
+

Hello World

About From 7a113839c5a67dbc840fa49dc483599c07c2c9a6 Mon Sep 17 00:00:00 2001 From: alialaa17 <59868906+alialaa17@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:19:29 +0300 Subject: [PATCH 3/4] Update page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d01945..0221717 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ export default async function Home() { const flags = await flagsmith.getEnvironmentFlags(); return (
-
+

Hello World

About From e237eb39615ecd72ae88e4beace8716bd6fc0e82 Mon Sep 17 00:00:00 2001 From: alialaa17 <59868906+alialaa17@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:01:51 +0300 Subject: [PATCH 4/4] Update page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0221717..97bd43b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ export default async function Home() {

Hello World

+

some text

About