Skip to content

Commit a0f8509

Browse files
committed
Fix reference issue.
1 parent b4e804d commit a0f8509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { Route, Switch } from 'react-router-dom';
33
import RealWorldContainer from 'containers/RealWorldContainer';
44
import PropTypes from 'prop-types';
5-
import TopBar from './Topbar';
5+
import TopBar from './TopBar';
66
import './home.css';
77
import Welcome from './Welcome';
88
import Components from './components';

0 commit comments

Comments
 (0)