From f4dfb6dd72444d941711c583196d95a47b4df1a9 Mon Sep 17 00:00:00 2001 From: bek77g Date: Wed, 5 Jul 2023 19:13:20 +0600 Subject: [PATCH] fix: export WORDS constants, again --- src/ts/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/consts.ts b/src/ts/consts.ts index 248af32..a8d6506 100644 --- a/src/ts/consts.ts +++ b/src/ts/consts.ts @@ -1,4 +1,4 @@ -const WORDS = [ +export const WORDS = [ 'code', 'frontend', 'process',