diff --git a/examples/context/theme-detailed-app.js b/examples/context/theme-detailed-app.js
index 77417aba..7edfe4db 100644
--- a/examples/context/theme-detailed-app.js
+++ b/examples/context/theme-detailed-app.js
@@ -1,5 +1,5 @@
 import {ThemeContext, themes} from './theme-context';
-import ThemedButton from './button';
+import ThemedButton from './themed-button';
 
 // An intermediate component that uses the ThemedButton
 function Toolbar(props) {