lazy import about page content

This commit is contained in:
2026-03-07 11:12:11 -06:00
parent 4d4a7c8c30
commit 6fe9d8c050
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
import "./about.scss";
import {PropsWithChildren} from "react";
import About from "./About.mdx";
import {lazy, PropsWithChildren} from "react";
const About = lazy(() => import("./About.mdx"));
export default function AboutPage() {
return <main className="about-page">