From 3432b0c6fc2292d3c9783a19cff7b9b1a36828fe Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 2 Sep 2022 01:27:58 +0300 Subject: [PATCH 1/2] trigger ci --- src/context/context.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/context.tsx b/src/context/context.tsx index ee35337..bcd7270 100644 --- a/src/context/context.tsx +++ b/src/context/context.tsx @@ -29,4 +29,4 @@ export const initContext = (): Context => { themeManager, gameStore }; -}; +}; \ No newline at end of file From cedae8680b42dcda377eb1f4f5d65854fe18d0a4 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 2 Sep 2022 01:31:01 +0300 Subject: [PATCH 2/2] trigger ci --- src/context/context.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/context.tsx b/src/context/context.tsx index bcd7270..ee35337 100644 --- a/src/context/context.tsx +++ b/src/context/context.tsx @@ -29,4 +29,4 @@ export const initContext = (): Context => { themeManager, gameStore }; -}; \ No newline at end of file +};