Browse Source

Fix button => themed-buton (#752)

main
Chanyeon Kim 7 years ago
committed by Dan Abramov
parent
commit
e8cdf5128a
  1. 2
      examples/context/theme-detailed-app.js

2
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) {

Loading…
Cancel
Save