import { JSX } from "react" import { ProjectsPage } from "@pages/ProjectsPage" export default function Projects(): JSX.Element { return (
) }