Change about default export

pull/49/head
Jared He 7 months ago
parent 8465b5be44
commit cbc7be0661
  1. 2
      components/About.tsx
  2. 2
      pages/playground.tsx

@ -2,7 +2,7 @@ import React from "react";
import styles from "./About.module.css";
export default function About() {
export function About() {
return (
<div className={styles.aboutWrapper}>
<AngleDecoration isBottom={false} />

@ -11,7 +11,7 @@ import {
import { sectionsData } from "data/routes";
import React from "react";
import About from "@/components/About";
import { About } from "@/components/About";
import { PieChart } from "@/components/PieChart";
import { QuotationCarousel } from "@/components/QuotationCarousel";
import { Sections } from "@/components/Sections";

Loading…
Cancel
Save