mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
remove unnecessary react fragments
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import Image from "next/image";
|
||||
import { NextSeo } from "next-seo";
|
||||
import Content from "../components/Content/Content";
|
||||
import Title from "../components/Title/Title";
|
||||
import PageTitle from "../components/PageTitle/PageTitle";
|
||||
import { FloppyIcon, SirenIcon } from "../components/Icons";
|
||||
|
||||
/* eslint-disable camelcase */
|
||||
@ -32,9 +32,9 @@ const Previously = () => (
|
||||
}}
|
||||
/>
|
||||
|
||||
<Title>
|
||||
<PageTitle>
|
||||
<FloppyIcon /> Previously on...
|
||||
</Title>
|
||||
</PageTitle>
|
||||
|
||||
<Content>
|
||||
<figure>
|
||||
|
Reference in New Issue
Block a user