Files
supabase/apps/ui-library/__registry__/index.tsx
Ivan Vasilov 501918857b chore: Remove unused code from ui-library (#38374)
* Remove unneeded code.

* Remove more unused code.

* Update knip.jsonc for ui-library.

* Remove unneeded imports. Change the registry generation to only generate what's needed.

* Cleanup the rehype middleware (it wasn't used). Clean up the example blocks generation.

* Don't show the "show code" button in all dropzone examples.
2025-09-02 15:36:41 +02:00

44 lines
1.3 KiB
TypeScript

// @ts-nocheck
// This file is autogenerated by scripts/build-registry.mts
// Do not edit this file directly.
import * as React from "react"
export const Index = {
"default": {
"dropzone-demo": {
component: React.lazy(() => import("@/registry/default/examples/dropzone-demo.tsx")),
}
,
"realtime-cursor-demo": {
component: React.lazy(() => import("@/registry/default/examples/realtime-cursor-demo.tsx")),
}
,
"password-based-auth-demo": {
component: React.lazy(() => import("@/registry/default/examples/password-based-auth.tsx")),
}
,
"current-user-avatar-demo": {
component: React.lazy(() => import("@/registry/default/examples/current-user-avatar-demo.tsx")),
}
,
"current-user-avatar-preview": {
component: React.lazy(() => import("@/registry/default/examples/current-user-avatar-preview.tsx")),
}
,
"realtime-avatar-stack-demo": {
component: React.lazy(() => import("@/registry/default/examples/realtime-avatar-stack-demo.tsx")),
}
,
"realtime-avatar-stack-preview": {
component: React.lazy(() => import("@/registry/default/examples/realtime-avatar-stack-preview.tsx")),
}
,
"infinite-query-hook-demo": {
component: React.lazy(() => import("@/registry/default/examples/infinite-query-hook-demo.tsx")),
}
},
} as const