From 117ca4809352f43de0ce5dd11ddc3522f29b1e6b Mon Sep 17 00:00:00 2001 From: VIDYANKSHINI Date: Sat, 16 May 2026 17:40:52 +0530 Subject: [PATCH] Add terminal-animation and theme-provider components --- components/terminal-animation.tsx | 4 ++++ components/theme-provider.tsx | 0 2 files changed, 4 insertions(+) create mode 100644 components/terminal-animation.tsx create mode 100644 components/theme-provider.tsx diff --git a/components/terminal-animation.tsx b/components/terminal-animation.tsx new file mode 100644 index 0000000..eeb4b63 --- /dev/null +++ b/components/terminal-animation.tsx @@ -0,0 +1,4 @@ +"use client" + +import { useEffect, useState } from "react" +import { motion } from "framer-motion" diff --git a/components/theme-provider.tsx b/components/theme-provider.tsx new file mode 100644 index 0000000..e69de29