Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/src/modules/create/preview/blocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export interface BlockMeta {
// once its `./<slug>.tsx` file lands — entries without a file are simply not
// offered yet, so this list can stay ahead of the implementations.
// Slugs share a namespace with component and group-example slugs and are looked
// up first — never reuse one of those (e.g. "calendar" → "scheduling" here).
// up first — never reuse one of those (e.g. a calendar block must not be
// slugged "calendar", which is a component).
export const BLOCKS: BlockMeta[] = [
{ slug: "dashboard", name: "Dashboard" },
{ slug: "settings", name: "Settings" },
{ slug: "data-table", name: "Data Table" },
{ slug: "mail", name: "Mail" },
{ slug: "kanban", name: "Kanban Board" },
{ slug: "scheduling", name: "Scheduling" },
{ slug: "file-manager", name: "File Manager" },
{ slug: "notifications-center", name: "Notifications" },
{ slug: "search-results", name: "Search" },
Expand Down
Loading
Loading