From 4aa14433fec0fa912f244b8446478b9d6413b2f7 Mon Sep 17 00:00:00 2001 From: tuxshido Date: Thu, 20 Oct 2022 18:55:27 +0900 Subject: [PATCH] [add] a dummy change to test fika brew pkg --- src/config/constants/dummy_file.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/config/constants/dummy_file.ts diff --git a/src/config/constants/dummy_file.ts b/src/config/constants/dummy_file.ts new file mode 100644 index 0000000..edb0ab6 --- /dev/null +++ b/src/config/constants/dummy_file.ts @@ -0,0 +1 @@ +export const Hello = "howdy buddy !" \ No newline at end of file