* Build the current registry. * Export the blocks as JSON and import them into registry.json. * Move the registry.json into public/r. * Fix a prettier error. * Clean up extra files in vue blocks. * Bump shadcn. * Readd shadcn to vue blocks. * Fix the shadcn types. * Remove extra package exclusions.
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
import { clients } from './clients'
|
|
|
|
const blocks = [...clients]
|
|
|
|
export { blocks }
|