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