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/icon.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/components/icon/icon.tsx') diff --git a/app/components/icon/icon.tsx b/app/components/icon/icon.tsx index 4735e13..f596bb2 100644 --- a/app/components/icon/icon.tsx +++ b/app/components/icon/icon.tsx @@ -1,11 +1,11 @@ -import * as React from "react" -import { View, ImageStyle } from "react-native" -import { AutoImage as Image } from "../auto-image/auto-image" -import { IconProps } from "./icon.props" -import { icons } from "./icons" +import * as React from 'react' +import { View, ImageStyle } from 'react-native' +import { AutoImage as Image } from '../auto-image/auto-image' +import { IconProps } from './icon.props' +import { icons } from './icons' const ROOT: ImageStyle = { - resizeMode: "contain", + resizeMode: 'contain', } export function Icon(props: IconProps) { -- cgit v1.2.3