Skip to content

Commit c0b7c62

Browse files
Merge pull request #1602 from kimochg/typo-spinner-example
fix typo in spinner example
2 parents 38eeecf + 05ddeef commit c0b7c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spinner/__examples__/default.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import Spinner from '~/components/slider';
2+
import Spinner from '~/components/spinner';
33

44
class Example extends React.Component {
55
static displayName = 'SpinnerExample';

0 commit comments

Comments
 (0)