Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab09640

Browse files
j4chougajus
authored andcommitted
chore: rename file with correct spelling and change associated imports to reference corrected filename. (#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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /