From 01b279164ba2656a6a0b3b0defbacadc72bfdd68 Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:42:02 +0400 Subject: [PATCH] Update groups.ts --- src/shared/data/groups.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/data/groups.ts b/src/shared/data/groups.ts index 55a688a..3443f97 100644 --- a/src/shared/data/groups.ts +++ b/src/shared/data/groups.ts @@ -1,4 +1,5 @@ export const groups: { [group: string]: [number, string] } = { + ib4k: [138, 'ИБ-4к'], ps7: [146, 'ПС-7'], pks35k: [78, 'ПКС-35к'] -} \ No newline at end of file +}