Skip to content

Instantly share code, notes, and snippets.

View yestoall's full-sized avatar
💭
happy and hungry

nacho rapallo yestoall

💭
happy and hungry
View GitHub Profile
@yestoall
yestoall / component.tsx
Last active November 6, 2024 13:22
templates
"use client"
import { useState } from "react"
import { cn } from "@/utils/cn"
interface Props {
children: React.ReactNode
}