import { TagsClient } from "./client";

export default function TagsPage() {
  return <TagsClient />;
}
