We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db72dbb commit 5a3ff52Copy full SHA for 5a3ff52
examples/App.jsx
@@ -1,6 +1,6 @@
1
import React, { PureComponent } from 'react';
2
-import Tree from './tree';
3
-import Preview from './preview';
+import Tree from './Tree';
+import Preview from './Preview';
4
5
class App extends PureComponent {
6
state = {
0 commit comments