From 72461afd3af3b6879bbbd00c42ed082f10ca917e Mon Sep 17 00:00:00 2001 From: Vince <58160433+vincentbavitz@users.noreply.github.com> Date: Tue, 10 Dec 2019 09:12:50 +1100 Subject: [PATCH] Lint fix newline --- ts/components/session/icon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/session/icon/index.tsx b/ts/components/session/icon/index.tsx index 52c63a146..8dddaa1a3 100644 --- a/ts/components/session/icon/index.tsx +++ b/ts/components/session/icon/index.tsx @@ -1,3 +1,3 @@ export { icons, SessionIconSize, SessionIconType } from './Icons'; export { SessionIcon, Props } from './SessionIcon'; -export { SessionIconButton } from './SessionIconButton'; \ No newline at end of file +export { SessionIconButton } from './SessionIconButton';