my-website-v2/frontend/routes/posts/[id].tsx

4 lines
60 B
TypeScript
Raw Permalink Normal View History

export default function PostIdentifier() {
return null;
}