Skip to content

Commit a457330

Browse files
committed
update
1 parent b4bc12a commit a457330

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/home.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import React, { Fragment } from "react";
22

3-
import { Hero, HomeContent } from "../components";
3+
import { Hero } from "../components";
44

55
const Home = () => (
66
<Fragment>
77
<div />
88
<Hero />
99
<hr />
10-
<HomeContent />
1110
</Fragment>
1211
);
1312

0 commit comments

Comments
 (0)