From cedae8680b42dcda377eb1f4f5d65854fe18d0a4 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 2 Sep 2022 01:31:01 +0300 Subject: [PATCH] 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 +};