Skip to content

Commit bc09a07

Browse files
committed
found one more file that needed to be changed over to new button
1 parent e25bd47 commit bc09a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/help-overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const React = require('react');
4-
const Button = require('react-material/components/Button');
4+
const Button = require('../components/button');
55

66
const Overlay = require('../components/overlay');
77
const OverlayTitle = require('../components/overlay-title');

0 commit comments

Comments
 (0)