From f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Mon, 19 Jul 2021 20:06:08 +0300 Subject: Apply Prettier --- app/components/icon/icons/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/components/icon/icons/index.ts') diff --git a/app/components/icon/icons/index.ts b/app/components/icon/icons/index.ts index 00e8a59..792e408 100644 --- a/app/components/icon/icons/index.ts +++ b/app/components/icon/icons/index.ts @@ -1,6 +1,6 @@ export const icons = { - back: require("./arrow-left.png"), - bullet: require("./bullet.png"), + back: require('./arrow-left.png'), + bullet: require('./bullet.png'), } export type IconTypes = keyof typeof icons -- cgit v1.2.3