Standard.site landing page built in Next.js
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 518 B view raw
1export { Sidebar } from "@/app/components/Sidebar"; 2export { Footer } from "@/app/components/Footer"; 3export { MobileNav } from "@/app/components/MobileNav"; 4export { AnimateIn } from "@/app/components/AnimateIn"; 5export { Accordion } from "@/app/components/Accordion"; 6export { TabbedLexiconViewer } from "@/app/components/TabbedLexiconViewer"; 7export * from "@/app/components/ExpandableField"; 8export * from "@/app/components/sections"; 9export * from "@/app/components/icons"; 10export * from "@/app/components/docs";