Add missing React import
This commit is contained in:
parent
6d1c744250
commit
e14dda5720
@ -1,6 +1,7 @@
|
||||
import Head from "next/head";
|
||||
import CaseSection from "../components/CaseSection";
|
||||
import HomeSection from "../components/HomeSection";
|
||||
import React from "react";
|
||||
|
||||
export default function Home({ person, caseStudies }) {
|
||||
const caseSectionRef = React.useRef();
|
||||
|
Loading…
Reference in New Issue
Block a user