Skip to content

Commit ab09640

Browse files
j4chougajus
authored andcommitted
chore: rename file with correct spelling and change associated imports to reference corrected filename. (gajus#195)
1 parent f635b35 commit ab09640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from 'react';
22
import ReactDom from 'react-dom';
3-
import AnonymouseStyleResolution from './components/AnonymouseStyleResolution';
3+
import AnonymousStyleResolution from './components/AnonymousStyleResolution';
44
import NamedStyleResolution from './components/NamedStyleResolution';
55
import RuntimeStyleResolution from './components/RuntimeStyleResolution';
66

77
ReactDom.render(<div>
8-
<AnonymouseStyleResolution />
8+
<AnonymousStyleResolution />
99
<NamedStyleResolution />
1010
<RuntimeStyleResolution />
1111
</div>, document.getElementById('main'));

0 commit comments

Comments
 (0)