import { getTags } from '../lib/tags' import SortableTags from '../components/sortable-tags' export default async function Page() { const tags = await getTags(); return (

Tags

) }