From e8cdf5128a338432f5b8fbaed461160c7377760a Mon Sep 17 00:00:00 2001 From: Chanyeon Kim Date: Sun, 1 Apr 2018 22:10:34 +0900 Subject: [PATCH] Fix button => themed-buton (#752) --- examples/context/theme-detailed-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {