's'
This commit is contained in:
24
registry/registry-hooks.ts
Normal file
24
registry/registry-hooks.ts
Normal 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",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user