Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
miicolas committed Jul 29, 2024
1 parent fd971d8 commit cf6226e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import WordPullUp from "@/components/magicui/word-pull-up";
import ExperienceCard from "@/components/cards/experienceCard";
import { auth } from "@/lib/auth";
import {
workExperiences,
educationExperiences,
Expand All @@ -15,6 +16,8 @@ import ProjectCard from "@/components/cards/projectCard";
import SideProjectCard from "@/components/cards/sideProjectCard";

export default function Home() {


return (
<motion.main
className="flex flex-col min-h-[100dvh] space-y-10"
Expand Down

0 comments on commit cf6226e

Please sign in to comment.