Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
thajj committed Sep 22, 2024
1 parent 53e69ac commit 879a206
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react";
import "./globals.css";
import {
Heading,
Expand All @@ -8,12 +7,8 @@ import {
Avatar,
RevealFx,
} from "../components/once-ui/components";
import { Projects } from "./work/components/Projects";

import { about, baseURL, home, newsletter, person, routes } from "@/resources";
import { Mailchimp } from "@/components";
import { Posts } from "@/app/blog/components/Posts";
import { WavyBackground } from "@/components/ui/wavy-background";
import { about, baseURL, home, person } from "@/resources";
import { renderJSX } from "@/resources/content";

export function generateMetadata() {
Expand Down

0 comments on commit 879a206

Please sign in to comment.