import React from "react"; import { AboutSection, ArticlesSection, ContactSection, HeroSection, InterestsSection, Page, ProjectsSection, Seo, } from "gatsby-theme-portfolio-minimal"; export default function IndexPage() { return ( <> > ); }