From 0d32f18b09160e5d45125dc2e27234f724d258dd Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Thu, 22 Mar 2018 21:18:38 -0700 Subject: [PATCH] Kill highlight --- examples/context/multiple-contexts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/context/multiple-contexts.js b/examples/context/multiple-contexts.js index 494e8cd4b..48a9efe15 100644 --- a/examples/context/multiple-contexts.js +++ b/examples/context/multiple-contexts.js @@ -1,5 +1,4 @@ // Create a theme context, defaulting to light theme -// highlight-next-line const ThemeContext = React.createContext('light'); // Signed-in user context