mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
import { SiteConfig } from "types"
|
|
|
|
export const siteConfig: SiteConfig = {
|
|
name: "Taxonomy",
|
|
links: {
|
|
twitter: "https://twitter.com/shadcn",
|
|
github: "https://github.com/shadcn/taxonomy",
|
|
},
|
|
}
|