Skip to content

Commit

Permalink
🚀 trigger redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oculux314 committed Sep 24, 2024
1 parent 61b4b3a commit f0fdaa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next/app/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import flair from "@/assets/about/flair.png";
import valueFlair1 from "@/assets/about/value1.png";
import valueFlair2 from "@/assets/about/value2.png";
import HistoryText from "@/components/history/HistoryText";
import History from "@/components/history/History";
import { aboutPageSchema, TimelineElement } from "@/schemas/single/AboutPage";
import fetchStrapi from "@/util/strapi";
import Image from "next/image";
import styles from "./styles.module.css";
import History from "@/components/history/History";

export default async function AboutPage() {
const data = await fetchStrapi("about-page", aboutPageSchema);
Expand Down

0 comments on commit f0fdaa3

Please sign in to comment.