diff --git a/src/app/_components/grid/index.tsx b/src/app/_components/grid/index.tsx new file mode 100644 index 00000000..11233e5b --- /dev/null +++ b/src/app/_components/grid/index.tsx @@ -0,0 +1,55 @@ +import { GithubLink } from './cards/github-link' +import { GithubStats } from './cards/github-stats' +import { LatestPost } from './cards/latest-post' +import { LetterboxedLink } from './cards/letterboxed-link' +import { LinksCard } from './cards/links' +import { StacksCard } from './cards/stacks-card' + +const Example = ({ label = 'Example' }: { label?: string }) => ( +