mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-15 11:51:34 +00:00
9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
export const PAGES_NEW = [
|
|
"/create",
|
|
"/docs/cli",
|
|
"/docs/changelog",
|
|
"/docs/skills",
|
|
]
|
|
|
|
export const PAGES_UPDATED = ["/docs/components/button"]
|