Skip to content

Commit 117ca48

Browse files
committed
Add terminal-animation and theme-provider components
1 parent 2e5979e commit 117ca48

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

components/terminal-animation.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"use client"
2+
3+
import { useEffect, useState } from "react"
4+
import { motion } from "framer-motion"

components/theme-provider.tsx

Whitespace-only changes.

0 commit comments

Comments
 (0)