From 09caad7bdd926dbc28c7776cc00f40c978700a83 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 30 Aug 2018 16:08:42 +0200 Subject: [PATCH] Keep future added values --- src/core/client/auth/components/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/client/auth/components/App.tsx b/src/core/client/auth/components/App.tsx index 103bf95dc..1cdbe1f76 100644 --- a/src/core/client/auth/components/App.tsx +++ b/src/core/client/auth/components/App.tsx @@ -6,8 +6,6 @@ import ResetPasswordContainer from "../containers/ResetPasswordContainer"; import SignInContainer from "../containers/SignInContainer"; import SignUpContainer from "../containers/SignUpContainer"; -// TODO: (cvle) Remove %future added value when we have Relay 1.6 -// https://github.com/facebook/relay/commit/1e87e43add7667a494f7ff4cfa7f03f1ab8d81a2 export type View = | "SIGN_UP" | "SIGN_IN"