This commit is contained in:
eric
2025-11-13 05:05:53 +08:00
parent cbdc65f56e
commit 891af61146
691 changed files with 83952 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
import { Registry } from "@/registry/schema"
export const hooks: Registry = [
{
name: "use-mobile",
type: "registry:hook",
files: [
{
path: "hooks/use-mobile.tsx",
type: "registry:hook",
},
],
},
{
name: "use-toast",
type: "registry:hook",
files: [
{
path: "hooks/use-toast.ts",
type: "registry:hook",
},
],
},
]