mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
fix(page): add missing return statement in RootPage component
This commit is contained in:
parent
f93224f56e
commit
f0beb69b2c
@ -5,11 +5,13 @@ import { HeroSection } from "@/components/hero-section";
|
||||
import { PrimaryFeatures } from "@/components/primary-features";
|
||||
|
||||
export default function RootPage() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<HeroSection />
|
||||
<PrimaryFeatures />
|
||||
<FAQs />
|
||||
<Footer />
|
||||
</>;
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user