diff --git a/apps/dicty-frontpage/src/features/Frontpage/Front.tsx b/apps/dicty-frontpage/src/features/Frontpage/Front.tsx
index 965f3c19c6..4b00206b3a 100644
--- a/apps/dicty-frontpage/src/features/Frontpage/Front.tsx
+++ b/apps/dicty-frontpage/src/features/Frontpage/Front.tsx
@@ -4,6 +4,7 @@ import { makeStyles, Theme } from "@material-ui/core/styles"
// import { RecentNewsContainer } from "news-component"
import { Slideshow } from "./Slideshow"
import { Papers } from "./Papers"
+import { LatestPapers } from "./LatestPapers"
import { Popular } from "./Popular"
import { Annotations } from "./Annotations"
import { StockCenter } from "./StockCenter"
@@ -44,7 +45,7 @@ const Front = () => {
{/* */}
-
+