React + lazy loading is working
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const HomePage = props => {
|
||||
return <p>Hello world!</p>;
|
||||
};
|
||||
|
||||
export default HomePage;
|
||||
Reference in New Issue
Block a user