Skip to content

Commit e8cdf51

Browse files
chayeoigaearon
authored andcommitted
Fix button => themed-buton (#752)
1 parent 82a4021 commit e8cdf51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/context/theme-detailed-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {ThemeContext, themes} from './theme-context';
2-
import ThemedButton from './button';
2+
import ThemedButton from './themed-button';
33

44
// An intermediate component that uses the ThemedButton
55
function Toolbar(props) {

0 commit comments

Comments
 (0)