We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27cd75b + 117ca48 commit f1972b7Copy full SHA for f1972b7
2 files changed
components/terminal-animation.tsx
@@ -0,0 +1,4 @@
1
+"use client"
2
+
3
+import { useEffect, useState } from "react"
4
+import { motion } from "framer-motion"
components/theme-provider.tsx
0 commit comments