We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e804d commit a0f8509Copy full SHA for a0f8509
src/components/home/index.js
@@ -2,7 +2,7 @@ import React from 'react';
2
import { Route, Switch } from 'react-router-dom';
3
import RealWorldContainer from 'containers/RealWorldContainer';
4
import PropTypes from 'prop-types';
5
-import TopBar from './Topbar';
+import TopBar from './TopBar';
6
import './home.css';
7
import Welcome from './Welcome';
8
import Components from './components';
0 commit comments