Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Bi1ku committed Aug 2, 2024
1 parent 403ee1f commit fa78b73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import Hero from "./components/Hero";
import Container from "@/components/Container";
import Slider from "./components/Slider";
Expand Down
2 changes: 2 additions & 0 deletions src/components/Background.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import Image from "next/image";
import { useEffect, useState } from "react";
import { motion } from "framer-motion";
Expand Down
2 changes: 2 additions & 0 deletions src/components/Title.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { motion } from "framer-motion";
import Typewriter from "typewriter-effect";

Expand Down

0 comments on commit fa78b73

Please sign in to comment.