Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: add space between imports & function for readability
Browse files Browse the repository at this point in the history
Signed-off-by: Christine Belzie <[email protected]>
  • Loading branch information
CBID2 authored Oct 25, 2023
1 parent a1d26a3 commit 5c82834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Content from "../components/content";
import Header from "./components/Header";
import Hero from "../components/hero/Hero";
import Footer from "./components/Footer";

export default function Home() {
return (
<div>
Expand Down

0 comments on commit 5c82834

Please sign in to comment.